speedup unit tests compilation

This commit is contained in:
2018-12-13 00:56:57 +07:00
parent 3ac990e7c7
commit 473392d50c
4 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ project(invoke)
file(GLOB test_sources "*.cpp" "*.hpp")
add_executable(${PROJECT_NAME} ${test_sources})
set_target_properties(${PROJECT_NAME} PROPERTIES
CXX_STANDARD 14
CXX_STANDARD_REQUIRED YES