diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-28 15:36:19 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-28 15:40:35 +0100 |
commit | 1961ae06e96f1111f9c4316d9d08fc485008935f (patch) | |
tree | ab854f7e3fcb34c7983313885f2b7342bcc03a33 /api_test/CMakeLists.txt | |
parent | 572608d158772cef6562b8c34f370fff98855174 (diff) |
Test that libcmark can be used by C++ code
Diffstat (limited to 'api_test/CMakeLists.txt')
-rw-r--r-- | api_test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api_test/CMakeLists.txt b/api_test/CMakeLists.txt index c25b6c1..f64961f 100644 --- a/api_test/CMakeLists.txt +++ b/api_test/CMakeLists.txt @@ -1,4 +1,5 @@ add_executable(api_test + cplusplus.cpp harness.c harness.h main.c |