Skip to content

Commit

Permalink
Configure soci-config.h (empty for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 13, 2024
1 parent 19b7ae2 commit 88c835b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ add_library(soci_core_objects OBJECT
"values.cpp"
)

# TODO: Actually populate this config file with something useful
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/soci-config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/include/soci/soci-config.h")
target_include_directories(soci_core_objects PUBLIC "${CMAKE_CURRENT_BINARY_DIR}/include")

target_link_libraries(soci_core_objects PRIVATE Threads::Threads)

if (SOCI_BOOST)
Expand Down
File renamed without changes.

0 comments on commit 88c835b

Please sign in to comment.