CMake/Tests/RunCMake/include/CMP0024-WARN.cmake
Stephen Kelly af1f698757 CMP0024: Store the fact of included export in global generator.
Storing it in the makefile means that the policy does not trigger
when include and export are in differing directories.
2013-10-10 12:01:39 +02:00

8 lines
110 B
CMake

enable_language(CXX)
add_library(foo SHARED empty.cpp)
add_subdirectory(subdir1)
add_subdirectory(subdir2)