Build/Tests: Set all our compile flags on tests

Closes #25349
This commit is contained in:
Shauren
2020-08-29 12:06:12 +02:00
parent 84bcf4db17
commit f8a5783327

View File

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