CMake/Tests/RunCMake/set_property/COMPILE_DEFINITIONS.cmake
Brad King ed258d606b Tests: Cover set_property for buildsystem directory properties
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.
2015-09-11 19:13:25 +02:00

4 lines
109 B
CMake

include(Common.cmake)
test_target_property(COMPILE_DEFINITIONS)
test_directory_property(COMPILE_DEFINITIONS)