Skip to content

Commit

Permalink
feat: make library public
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 24, 2023
1 parent a5c369c commit e6e3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_library(
slope/objectives/binomial.cpp
slope/objectives/gaussian.cpp)

# target_include_directories(libslope INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
target_include_directories(libslope PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit e6e3bd9

Please sign in to comment.