This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dbef2244f9
CMake
/
Tests
/
RunCMake
/
set_property
/
USER_PROP-stdout.txt
3 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tests: Cover set_property for buildsystem target properties Extend the RunCMake.set_property test with cases covering buildsystem target properties: * COMPILE_DEFINITIONS * COMPILE_FEATURES * COMPILE_OPTIONS * INCLUDE_DIRECTORIES * LINK_LIBRARIES * SOURCES Also test a non-buildsystem property to document the current difference in behavior. Refactor the existing LINK_LIBRARIES case to the same more-extensive test as the rest. Use the output generated by CMake 3.3 as the expected output for each test case.
2015-09-02 22:57:41 +03:00
-- Target USER_PROP is 'a;b;c;d;;e'
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-02 23:38:19 +03:00
-- Directory USER_PROP is 'a;b;c;d;;e'