aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/ttw/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_bethesda/src/games/ttw/CMakeLists.txt')
-rw-r--r--libs/game_bethesda/src/games/ttw/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/game_bethesda/src/games/ttw/CMakeLists.txt b/libs/game_bethesda/src/games/ttw/CMakeLists.txt
index 828b67f..8a2b8b4 100644
--- a/libs/game_bethesda/src/games/ttw/CMakeLists.txt
+++ b/libs/game_bethesda/src/games/ttw/CMakeLists.txt
@@ -18,10 +18,6 @@ mo2_configure_plugin(game_ttw NO_SOURCES WARNINGS 4)
mo2_default_source_group()
target_link_libraries(game_ttw PRIVATE game_gamebryo)
-# NaK FFI for TTW game detection (TTW uses FalloutNV as base game)
-if(TARGET mo2::nak_ffi)
- target_link_libraries(game_ttw PRIVATE mo2::nak_ffi)
- target_compile_definitions(game_ttw PRIVATE HAS_NAK_FFI)
-endif()
+# Game detection symbols are in libuibase.so (already linked via game_gamebryo → mo2::uibase).
mo2_install_plugin(game_ttw)