Improve thread usages.

This commit is contained in:
ArthurSonzogni
2020-03-25 01:15:46 +01:00
parent 0a7b556a12
commit 508b2ef048
2 changed files with 36 additions and 21 deletions

View File

@@ -162,6 +162,7 @@ if (FTXUI_BUILD_TESTS AND GTEST_FOUND AND THREADS_FOUND)
target_include_directories(dom_tests
PRIVATE ${GTest_INCLUDE_DIRS}
)
set_property(TARGET dom_tests PROPERTY CXX_STANDARD 17)
gtest_discover_tests(dom_tests)
add_test(dom_tests dom_tests)
endif()