diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..d200d8a --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.16) + + +add_subdirectory(libparser) +add_subdirectory(bin) + +if(TESTS) + add_subdirectory(tests) +endif()
\ No newline at end of file |