Build: Fix double-linking when creating Flatpak

This commit is contained in:
Stenzek
2023-09-05 22:57:58 +10:00
parent eb07d698cd
commit 56d95c3331
3 changed files with 30 additions and 30 deletions

View File

@ -20,5 +20,5 @@ if(BUILD_REGTEST)
endif()
if(BUILD_TESTS)
add_subdirectory(common-tests)
add_subdirectory(common-tests EXCLUDE_FROM_ALL)
endif()