Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CpsMapConfig
/
TestTameCat.cmake
blob: 44a676b9027467eadffe7a7682d06fea6f2861b5 [
file
]
project
(
TestTameCat
CXX
)
set
(
ANIMAL_CONFIGS
"TAME;CAT"
)
include
(
TestMappedConfig
.
cmake
)
target_compile_definitions
(
test PRIVATE
"EXPECTED=meow"
)