summaryrefslogtreecommitdiff
path: root/Tests/EmptyProperty/CMakeLists.txt
blob: 39e75f36a9fe7753bdbe5292ce261177bea101ea (plain)
1
2
3
4
5
6
7
8
9
project (EmptyProperty)

set_property(DIRECTORY APPEND
    PROPERTY
        COMPILE_DEFINITIONS)

include(CTest)

add_executable(EmptyProperty EmptyProperty.cxx)