update CI scripts

This commit is contained in:
BlackMATov
2020-02-19 06:12:36 +07:00
parent 5ffc25aec1
commit 88a0d59e18
14 changed files with 268 additions and 103 deletions

View File

@@ -8,8 +8,8 @@ endif()
project(invoke.hpp)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE headers)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_14)
target_include_directories(${PROJECT_NAME} INTERFACE headers)
if(BUILD_AS_STANDALONE)
option(BUILD_WITH_UNTESTS "Build with unit tests" ON)