Library is now shared
This commit is contained in:
@ -9,7 +9,7 @@ set(SOURCES
|
||||
utils/netutils.cpp
|
||||
)
|
||||
|
||||
add_library(dbnetworklib ${HEADERS} ${SOURCES})
|
||||
add_library(dbnetworklib SHARED ${HEADERS} ${SOURCES})
|
||||
|
||||
target_compile_definitions(dbnetworklib PRIVATE DBNETWORKLIB_LIBRARY)
|
||||
|
||||
|
Reference in New Issue
Block a user