mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -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
101 B
CMake
4 lines
101 B
CMake
include(Common.cmake)
|
|
test_target_property(COMPILE_OPTIONS)
|
|
test_directory_property(COMPILE_OPTIONS)
|