From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- src/bin/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/bin/CMakeLists.txt (limited to 'src/bin/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2