ed258d606b
Extend the RunCMake.set_property test with cases covering buildsystem directory properties: * COMPILE_DEFINITIONS * COMPILE_OPTIONS * INCLUDE_DIRECTORIES Also test a non-buildsystem property to document the equivalence in behavior.
4 lines
89 B
CMake
4 lines
89 B
CMake
include(Common.cmake)
|
|
test_target_property(USER_PROP)
|
|
test_directory_property(USER_PROP)
|