Changeset 627
- Timestamp:
- 08/13/08 13:03:34 (3 months ago)
- Files:
-
- trunk/rphp/compiler/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rphp/compiler/CMakeLists.txt
r623 r627 30 30 add_library( rphp-eval SHARED ${EVAL_SRC_FILES} ) 31 31 set_target_properties( rphp-eval 32 PROPERTIES LINK_FLAGS ${LLVM_LD_FLAGS} ) 32 PROPERTIES LINK_FLAGS ${LLVM_LD_FLAGS} 33 # this tells cmake not to link the llvm libs into targets that link to rphp-eval 34 LINK_INTERFACE_LIBRARIES "" ) 33 35 target_link_libraries( rphp-eval rphp-runtime ${ICU_LIBRARIES} ${ICU_I18_LIBRARIES} ${LLVM_LIBRARIES}) 34 36
