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:
Alexander Grund 2020-07-16 12:52:45 +02:00
parent 3d44f9bfda
commit 32d16f773b
No known key found for this signature in database
GPG key ID: E92C451FC21EF13F
13 changed files with 9 additions and 151 deletions

View file

@ -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)