9784af1b50
This new policy restricts the addition of the shared library link flags to executables only when the ENABLE_EXPORTS property is set to True.
5 lines
118 B
CMake
5 lines
118 B
CMake
enable_language(C)
|
|
include(BuildTargetInSubProject.cmake)
|
|
|
|
BuildTargetInSubProject(TestPolicyCMP0065 FooNEWBad FALSE)
|