This commit is contained in:
Green Sky 2023-12-19 01:47:50 +01:00
parent aad07611c7
commit 062ad7ae80
No known key found for this signature in database

View File

@ -209,4 +209,4 @@ add_executable(mono_time_test
./mono_time_test.cc
)
target_link_libraries(mono_time_test toxcore)
target_compile_features(mono_time_test PUBLIC cxx_std_11)