Skip to content

Commit

Permalink
install pumipic_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Dec 4, 2024
1 parent e84fbe2 commit bc7ae5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
configure_file(
pumipic_version.hpp.in
pumipic_version.hpp
)

set(HEADERS
pumipic_adjacency.hpp
pumipic_adjacency.tpp
Expand All @@ -11,6 +16,7 @@ set(HEADERS
pumipic_input.hpp
pumipic_kktypes.hpp
pumipic_profiling.hpp
${CMAKE_CURRENT_BINARY_DIR}/pumipic_version.hpp
)

set(SOURCES
Expand All @@ -25,11 +31,6 @@ set(SOURCES
pumipic_file.cpp
)

configure_file(
pumipic_version.hpp.in
pumipic_version.hpp
)

add_library(pumipic-core ${SOURCES})
target_include_directories(pumipic-core INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
Expand Down

0 comments on commit bc7ae5c

Please sign in to comment.