Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWit committed Nov 13, 2023
1 parent 194b986 commit 74716a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
enable_testing()

add_subdirectory(src)
add_subdirectory(tests)
add_subdirectory(tests)
5 changes: 4 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
add_subdirectory(gs)
add_subdirectory(gs)

add_executable(gs_main main.cpp)
target_link_libraries(gs_main gs)
2 changes: 1 addition & 1 deletion src/gs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_library(gs gs.cpp)
add_library(gs STATIC gs.cpp)
target_include_directories(gs PUBLIC include)

0 comments on commit 74716a8

Please sign in to comment.