mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
13 lines
278 B
Diff
13 lines
278 B
Diff
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -23,8 +23,7 @@
|
|
endif()
|
|
|
|
# Define the library
|
|
-add_library(${TARGET_NAME} STATIC
|
|
- ${SOURCE_FILES})
|
|
+add_library(${TARGET_NAME} ${SOURCE_FILES})
|
|
|
|
# Allow includes from include/
|
|
target_include_directories(${TARGET_NAME}
|