Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
SBCS
/
CMakeLists.txt
blob: b3c3c2cfcb771c37a48c28bd3c59fcab0e8d6597 [
file
] [
log
] [
blame
]
# a SBCS test case
project (SBCS)
add_definitions(-D_SBCS)
add_executable (SBCS SBCS.cxx)