Skip to content

Commit

Permalink
cmake: exclude platform sources
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 26, 2024
1 parent 31493f6 commit 4b9b889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4b9b889

Please sign in to comment.