mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
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.
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
-- Target COMPILE_OPTIONS is 'a;b;c;d;;e'
|
|
-- Directory COMPILE_OPTIONS is 'a;b;c;d;;e'
|