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

Merge pull request #2252 from srcejon/freq_scanner

Update CMakeLists.txt to allow static libraries to be built
This commit is contained in:
Edouard Griffiths
2024-09-13 21:07:04 +02:00
committed by GitHub
135 changed files with 1295 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}
)