https://github.com/Kitware/CMake
Raw File
Tip revision: 0c3ddf8b652311ec2a9447a9e6303691841628b4 authored by Brad King on 24 October 2014, 17:38:32 UTC
Merge branch 'revert-definition-map-lookup' into release
Tip revision: 0c3ddf8
CheckLibraryExists.lists.in
PROJECT(CHECK_LIBRARY_EXISTS)


ADD_DEFINITIONS(-DCHECK_FUNCTION_EXISTS=${CHECK_LIBRARY_EXISTS_FUNCTION})
LINK_DIRECTORIES(${CHECK_LIBRARY_EXISTS_LOCATION})
ADD_EXECUTABLE(CheckLibraryExists ${CHECK_LIBRARY_EXISTS_SOURCE})
TARGET_LINK_LIBRARIES(CheckLibraryExists ${CHECK_LIBRARY_EXISTS_LIBRARY})

back to top