diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-08-29 12:06:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 12:08:48 +0100 |
commit | fc49ba2f85ce2b22e99cfbdd91955bcdf5d308d4 (patch) | |
tree | f94a33a8148094ec96880478d83ed02ce5eb0a05 /tests | |
parent | 6db5ef04c50cf4e169006f47d3e80663a7a296a7 (diff) |
Build/Tests: Set all our compile flags on tests
Closes #25349
(cherry picked from commit f8a5783327f5ef5606453bcb9c906ba1297538ff)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 35bfafc02f7..40cceb78e1e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -17,6 +17,7 @@ add_executable(tests-common ${COMMON_SOURCES}) target_link_libraries(tests-common PRIVATE + trinity-core-interface common Catch2::Catch2) |