Skip to content

Commit

Permalink
moved version to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 27, 2024
1 parent aac53ad commit 69d43eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ set(SOURCES

configure_file(
pumipic_version.hpp.in
${CMAKE_CURRENT_SOURCE_DIR}/pumipic_version.hpp
pumipic_version.hpp
)

add_library(pumipic-core ${SOURCES})
target_include_directories(pumipic-core INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include>
)
Expand Down
11 changes: 0 additions & 11 deletions src/pumipic_version.hpp

This file was deleted.

0 comments on commit 69d43eb

Please sign in to comment.