Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
Tests
/
RunCMake
/
CpsMapConfig
/
TestWildDog.cmake
blob: 56e1754eea4912a46708523d2959cd9e70a0a837 [
file
]
project
(
TestTameDog
CXX
)
set
(
ANIMAL_CONFIGS
"WILD;DOG"
)
include
(
TestMappedConfig
.
cmake
)
target_compile_definitions
(
test PRIVATE
"EXPECTED=growl"
)