cmake/Tests/RunCMake/find_library/RunCMakeTest.cmake

10 lines
145 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
include(RunCMake)
run_cmake(Created)
2017-04-14 19:02:05 +02:00
if(CMAKE_HOST_UNIX)
run_cmake(LibArchLink)
endif()
2016-07-09 11:21:54 +02:00
if(WIN32 OR CYGWIN)
run_cmake(PrefixInPATH)
endif()