59 lines
2.1 KiB
Diff
59 lines
2.1 KiB
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2024-09-06 00:26:03.502953453 +0200
|
|
|
|
---
|
|
AudioEncode/CMakeLists.txt | 2 +-
|
|
Descent3/CMakeLists.txt | 2 +-
|
|
editor/CMakeLists.txt | 2 +-
|
|
third_party/CMakeLists.txt | 1 -
|
|
4 files changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
Index: descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/AudioEncode/CMakeLists.txt
|
|
===================================================================
|
|
--- descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/AudioEncode/CMakeLists.txt
|
|
+++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/AudioEncode/CMakeLists.txt
|
|
@@ -10,7 +10,7 @@ set(CPPS
|
|
|
|
add_library(AudioEncode STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(AudioEncode PRIVATE
|
|
- libacm
|
|
+ -lacm
|
|
logger
|
|
)
|
|
target_include_directories(AudioEncode PUBLIC
|
|
Index: descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/Descent3/CMakeLists.txt
|
|
===================================================================
|
|
--- descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/Descent3/CMakeLists.txt
|
|
+++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/Descent3/CMakeLists.txt
|
|
@@ -323,7 +323,7 @@ target_link_libraries(Descent3 PRIVATE
|
|
grtext
|
|
inetfile
|
|
libmve
|
|
- libacm
|
|
+ -lacm
|
|
linux
|
|
logger
|
|
manage
|
|
Index: descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/editor/CMakeLists.txt
|
|
===================================================================
|
|
--- descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/editor/CMakeLists.txt
|
|
+++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/editor/CMakeLists.txt
|
|
@@ -589,7 +589,7 @@ target_link_libraries(Descent3Editor
|
|
ddio
|
|
ddebug
|
|
libmve
|
|
- libacm
|
|
+ -lacm
|
|
inetfile
|
|
fix
|
|
grtext
|
|
Index: descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/third_party/CMakeLists.txt
|
|
===================================================================
|
|
--- descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/third_party/CMakeLists.txt
|
|
+++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/third_party/CMakeLists.txt
|
|
@@ -1,4 +1,3 @@
|
|
set(CMAKE_FOLDER "third_party")
|
|
|
|
-add_subdirectory(libacm)
|
|
add_subdirectory(stb)
|