mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
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)
|