Changeset 8409 for code/trunk/cmake/tools
- Timestamp:
- May 6, 2011, 3:37:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/tools/TargetUtilities.cmake
r8405 r8409 304 304 ENDIF() 305 305 306 # Visual Leak Detector specific stuff (avoids the include) 307 IF(HAVE_VLD) 308 TARGET_LINK_LIBRARIES(${_target_name} ${VLD_LIBRARY}) 309 ENDIF() 310 306 311 # RPATH settings for the installation 307 312 IF("${_target_type}" STREQUAL "LIBRARY")
Note: See TracChangeset
for help on using the changeset viewer.