1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -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
committed by f4exb
parent e2738ad543
commit e277ed0736
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}
)