From 4b9b8890abb71fa6087617c620185075968a404e Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Tue, 26 Nov 2024 12:52:22 +0200 Subject: [PATCH] cmake: exclude platform sources --- cmake/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 616a086..e2d62dd 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -8,7 +8,8 @@ project(${name}) # find_package(utki CONFIG REQUIRED) -file(GLOB_RECURSE srcs "../src/${name}/src/*.cpp") +# non-recursive +file(GLOB srcs "../src/${name}/src/*.cpp") add_library( ${name}