mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean and remove build directory
Move scripts into scripts folder Move doc-stuff into docs Update CI & CMake scripts See #89
This commit is contained in:
parent
3d44f9bfda
commit
32d16f773b
13 changed files with 9 additions and 151 deletions
|
|
@ -22,7 +22,7 @@ endif()
|
|||
find_package(Boost 1.58 REQUIRED)
|
||||
|
||||
set(MOCK_VERSION "\"${PROJECT_VERSION}\"")
|
||||
configure_file(build/version.hpp ${CMAKE_CURRENT_BINARY_DIR}/include/turtle/version.hpp @ONLY)
|
||||
configure_file(version.hpp.cmake ${CMAKE_CURRENT_BINARY_DIR}/include/turtle/version.hpp @ONLY)
|
||||
|
||||
add_library(turtle INTERFACE)
|
||||
add_library(turtle::turtle ALIAS turtle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue