mirror of
https://github.com/reactos/CMake.git
synced 2025-01-10 05:31:02 +00:00
b9856862fe
Extend the RunCMake.set_property test with cases covering buildsystem target properties: * COMPILE_DEFINITIONS * COMPILE_FEATURES * COMPILE_OPTIONS * INCLUDE_DIRECTORIES * LINK_LIBRARIES * SOURCES Also test a non-buildsystem property to document the current difference in behavior. Refactor the existing LINK_LIBRARIES case to the same more-extensive test as the rest. Use the output generated by CMake 3.3 as the expected output for each test case.
10 lines
202 B
CMake
10 lines
202 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(COMPILE_DEFINITIONS)
|
|
run_cmake(COMPILE_FEATURES)
|
|
run_cmake(COMPILE_OPTIONS)
|
|
run_cmake(INCLUDE_DIRECTORIES)
|
|
run_cmake(LINK_LIBRARIES)
|
|
run_cmake(SOURCES)
|
|
run_cmake(USER_PROP)
|