summaryrefslogtreecommitdiff
path: root/Tests/SBCS/CMakeLists.txt
blob: b3c3c2cfcb771c37a48c28bd3c59fcab0e8d6597 (plain)
1
2
3
4
5
6
# a SBCS test case
project (SBCS)

add_definitions(-D_SBCS)

add_executable (SBCS SBCS.cxx)