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