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