Sign in
fuchsia
/
third_party
/
cmake
/
refs/tags/v3.4.0
/
.
/
Tests
/
EmptyProperty
/
CMakeLists.txt
blob: 39e75f36a9fe7753bdbe5292ce261177bea101ea [
file
] [
log
] [
blame
]
project
(
EmptyProperty
)
set_property
(
DIRECTORY APPEND
PROPERTY
COMPILE_DEFINITIONS
)
include
(
CTest
)
add_executable
(
EmptyProperty
EmptyProperty
.
cxx
)