diff options
Diffstat (limited to 'binparse/CMakeLists.txt')
| -rw-r--r-- | binparse/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binparse/CMakeLists.txt b/binparse/CMakeLists.txt new file mode 100644 index 0000000..00fc246 --- /dev/null +++ b/binparse/CMakeLists.txt @@ -0,0 +1,13 @@ + +add_library(binparse STATIC + types.hpp + binparse.hpp binparse.cpp +) + +target_include_directories(binparse + INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} +) + +target_compile_options(binparse + PUBLIC "-std=c++14" +)
\ No newline at end of file |
