7 lines
92 B
CMake
7 lines
92 B
CMake
|
# a SBCS test case
|
||
|
project (SBCS)
|
||
|
|
||
|
add_definitions(-D_SBCS)
|
||
|
|
||
|
add_executable (SBCS SBCS.cxx)
|