summaryrefslogtreecommitdiffstats
path: root/Tests/SBCS/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SBCS/CMakeLists.txt')
-rw-r--r--Tests/SBCS/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SBCS/CMakeLists.txt b/Tests/SBCS/CMakeLists.txt
new file mode 100644
index 0000000..b3c3c2c
--- /dev/null
+++ b/Tests/SBCS/CMakeLists.txt
@@ -0,0 +1,6 @@
+# a SBCS test case
+project (SBCS)
+
+add_definitions(-D_SBCS)
+
+add_executable (SBCS SBCS.cxx)