Skip to content

Commit

Permalink
Move KhaosVersion.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 10, 2024
1 parent 0a228fa commit c687732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Khaos/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(Khaos INTERFACE)
target_compile_options(Khaos INTERFACE $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:-Wall> $<$<CXX_COMPILER_ID:MSVC>:/W4>)
configure_file("${PROJECT_SOURCE_DIR}/include/Khaos/KhaosVersion.h.in" "${PROJECT_BINARY_DIR}/include/Khaos/KhaosVersion.h" @ONLY)
configure_file(KhaosVersion.h.in "${PROJECT_BINARY_DIR}/include/Khaos/KhaosVersion.h" @ONLY)
target_include_directories(Khaos INTERFACE "$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include/>" "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include/>" "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>")
add_library(Khaos::Khaos ALIAS Khaos)
File renamed without changes.

0 comments on commit c687732

Please sign in to comment.