From 3a63249e18dd0f2e18a375ced2d68bb18499366a Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 12 Jan 2026 02:43:17 +0900 Subject: [PATCH] oops --- CMakeLists.txt | 5 ----- engine/CMakeLists.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c0ef5a..3c0d222 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,3 @@ add_subdirectory(external/milsko) add_subdirectory(engine) add_subdirectory(client) - -install( - FILES data/ - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/assaultfish -) diff --git a/engine/CMakeLists.txt b/engine/CMakeLists.txt index 64d50a9..e2999a0 100644 --- a/engine/CMakeLists.txt +++ b/engine/CMakeLists.txt @@ -35,8 +35,3 @@ install( ) add_subdirectory(tools) - -install( - DIRECTORY data/ - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/GearSrc -)