summaryrefslogtreecommitdiff
path: root/api_test/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:43:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:43:19 -0800
commit4ec2c47f71a94961fc85e02baa5a9f79feff7deb (patch)
treeab854f7e3fcb34c7983313885f2b7342bcc03a33 /api_test/CMakeLists.txt
parent572608d158772cef6562b8c34f370fff98855174 (diff)
parent1961ae06e96f1111f9c4316d9d08fc485008935f (diff)
Merge pull request #221 from nwellnhof/cplusplus_test
Test that libcmark can be used by C++ code
Diffstat (limited to 'api_test/CMakeLists.txt')
-rw-r--r--api_test/CMakeLists.txt1
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