mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
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
119 B
CMake
5 lines
119 B
CMake
enable_language(C)
|
|
include(BuildTargetInSubProject.cmake)
|
|
|
|
BuildTargetInSubProject(TestPolicyCMP0065 FooOLDBad2 FALSE)
|