diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-18 21:08:38 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-18 21:08:38 +0100 |
commit | 00a48356ee002a63362496ca62c1fa8f6c05ad58 (patch) | |
tree | 296fc500ccf45c98937c9a28e45b9827ed73de16 | |
parent | 2c45e45627ec0a705e9580ff299be0465f5bdced (diff) |
Add header file to CMake api_test sources
-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 31f1980..66629d8 100644 --- a/api_test/CMakeLists.txt +++ b/api_test/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable(api_test harness.c + harness.h main.c ) include_directories( |