Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CpsMapConfig
/
TestTameCat.cmake
blob: 44a676b9027467eadffe7a7682d06fea6f2861b5 [
file
] [
log
] [
blame
] [
edit
]
project
(
TestTameCat
CXX
)
set
(
ANIMAL_CONFIGS
"TAME;CAT"
)
include
(
TestMappedConfig
.
cmake
)
target_compile_definitions
(
test PRIVATE
"EXPECTED=meow"
)