Build/Tests: Set all our compile flags on tests

Closes #25349

(cherry picked from commit f8a5783327)
This commit is contained in:
Shauren
2020-08-29 12:06:12 +02:00
parent 6db5ef04c5
commit fc49ba2f85

View File

@@ -17,6 +17,7 @@ add_executable(tests-common ${COMMON_SOURCES})
target_link_libraries(tests-common
PRIVATE
trinity-core-interface
common
Catch2::Catch2)