Changeset 8412 for code/trunk/cmake/tools
- Timestamp:
- May 7, 2011, 12:06:56 AM (14 years ago)
- Location:
- code/trunk/cmake/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/tools/TargetUtilities.cmake
r8409 r8412 305 305 306 306 # Visual Leak Detector specific stuff (avoids the include) 307 IF( HAVE_VLD)308 TARGET_LINK_LIBRARIES(${_target_name} ${VLD_LIBRARY})307 IF(VISUAL_LEAK_DETECTOR_ENABLE) 308 TARGET_LINK_LIBRARIES(${_target_name} debug ${VLD_LIBRARY}) 309 309 ENDIF() 310 310
Note: See TracChangeset
for help on using the changeset viewer.