forked from TartanLlama/optional
C++14
This commit is contained in:
@ -18,3 +18,4 @@ set(TEST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/tests/main.cpp
|
||||
|
||||
add_executable(tests ${TEST_SOURCES})
|
||||
target_link_libraries(tests Catch)
|
||||
set_property(TARGET tests PROPERTY CXX_STANDARD 14)
|
||||
|
Reference in New Issue
Block a user