Skip to content

Commit

Permalink
fix-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon committed Oct 10, 2024
1 parent 6d61450 commit 03da365
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ option(KELCORO_ENABLE_TESTING "enables testing" OFF)

### kelcorolib library ###

file(GLOB KELCORO_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.hpp" CMAKE_CONFIGURE_DEPENDS)
add_library(kelcorolib INTERFACE ${KELCORO_HEADERS})
add_library(kelcorolib INTERFACE)

set_target_properties(kelcorolib PROPERTIES
CMAKE_CXX_EXTENSIONS OFF
Expand All @@ -22,10 +21,3 @@ if(KELCORO_ENABLE_TESTING)
include(CTest)
add_subdirectory(tests)
endif()

### VISUAL ###

source_group(Include FILES ${modules})



0 comments on commit 03da365

Please sign in to comment.