1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Update CMakeLists.txt to allow static libraries to be built, as well as shared.

Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
This commit is contained in:
srcejon
2024-09-11 20:16:40 +01:00
parent 37e06de0ed
commit 1df07b21ae
135 changed files with 1294 additions and 505 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/exports
)
add_library(httpserver SHARED
add_library(httpserver
${httpserver_SOURCES}
)