Changeset 587
- Timestamp:
- 07/11/08 13:50:58 (4 months ago)
- Files:
-
- trunk/rphp/runtime/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rphp/runtime/CMakeLists.txt
r586 r587 20 20 target_link_libraries( var-test rphp_runtime ${ICU_LIBRARIES} ${ICU_IO_LIBRARIES} ) 21 21 22 add_executable( hash-test hash-test.cpp )23 target_link_libraries( hash-test rphp_runtime ${ICU_LIBRARIES} ${ICU_IO_LIBRARIES} )24 22
