10 lines
127 B
CMake
10 lines
127 B
CMake
include(RunCMake)
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
run_cmake(PrefixInPATH)
|
|
endif()
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|