Build/Tests: Set all our compile flags on tests

Closes #25349

(cherry picked from commit f8a5783327f5ef5606453bcb9c906ba1297538ff)
This commit is contained in:
Shauren
2022-02-04 12:08:48 +01:00
parent 6db5ef04c5
commit fc49ba2f85
+1
View File
@@ -17,6 +17,7 @@ add_executable(tests-common ${COMMON_SOURCES})
target_link_libraries(tests-common
PRIVATE
trinity-core-interface
common
Catch2::Catch2)