diff options
author | Brad King <brad.king@kitware.com> | 2015-09-02 20:38:19 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-11 17:13:25 (GMT) |
commit | ed258d606b87dacc465dad73b04f1c3e270b627c (patch) | |
tree | 5935969a60c2903eba9388ef19b7ba350ad5e572 /Tests/RunCMake/set_property/USER_PROP.cmake | |
parent | fb45c37160e4f8d839a2c29bce80cae7563cfd3a (diff) | |
download | CMake-ed258d606b87dacc465dad73b04f1c3e270b627c.zip CMake-ed258d606b87dacc465dad73b04f1c3e270b627c.tar.gz CMake-ed258d606b87dacc465dad73b04f1c3e270b627c.tar.bz2 |
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.
Diffstat (limited to 'Tests/RunCMake/set_property/USER_PROP.cmake')
-rw-r--r-- | Tests/RunCMake/set_property/USER_PROP.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/set_property/USER_PROP.cmake b/Tests/RunCMake/set_property/USER_PROP.cmake index e1f88e1..aa0aa83 100644 --- a/Tests/RunCMake/set_property/USER_PROP.cmake +++ b/Tests/RunCMake/set_property/USER_PROP.cmake @@ -1,2 +1,3 @@ include(Common.cmake) test_target_property(USER_PROP) +test_directory_property(USER_PROP) |