mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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
109 B
CMake
4 lines
109 B
CMake
include(Common.cmake)
|
|
test_target_property(INCLUDE_DIRECTORIES)
|
|
test_directory_property(INCLUDE_DIRECTORIES)
|