Skip to content

Commit

Permalink
inja_test C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Nov 10, 2021
1 parent 173c1f5 commit 098de66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if(BUILD_TESTING AND INJA_BUILD_TESTS)
enable_testing()

add_executable(inja_test test/test.cpp)
target_compile_features(inja_test INTERFACE cxx_std_17)
target_link_libraries(inja_test PRIVATE inja)
add_test(inja_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/inja_test)

Expand Down

0 comments on commit 098de66

Please sign in to comment.