Skip to content

Commit

Permalink
chore: bump version, adjust source directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 10, 2024
1 parent 0425d86 commit e2d9651
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(rohrkabel LANGUAGES CXX VERSION 3.1)
project(rohrkabel LANGUAGES CXX VERSION 4.0)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -60,7 +60,13 @@ endif()
# Add source files
# --------------------------------------------------------------------------------------------------------

file(GLOB src "src/*.cpp")
file(GLOB src
"src/*.cpp"
"src/spa/*.cpp"
"src/info/*.cpp"
"src/events/*.cpp"
)

target_sources(${PROJECT_NAME} PRIVATE ${src})

# --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit e2d9651

Please sign in to comment.