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:
@@ -35,7 +35,7 @@ include_directories(
|
||||
${CMAKE_SOURCE_DIR}/exports
|
||||
)
|
||||
|
||||
add_library(httpserver SHARED
|
||||
add_library(httpserver
|
||||
${httpserver_SOURCES}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user