cmake/Tests/SBCS/CMakeLists.txt

7 lines
92 B
CMake
Raw Normal View History

2012-04-19 19:04:21 +03:00
# a SBCS test case
project (SBCS)
add_definitions(-D_SBCS)
add_executable (SBCS SBCS.cxx)