mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00: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
118 B
CMake
5 lines
118 B
CMake
enable_language(C)
|
|
include(BuildTargetInSubProject.cmake)
|
|
|
|
BuildTargetInSubProject(TestPolicyCMP0065 FooNEWBad FALSE)
|