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

Adaptation of cmake files to MSVC

This commit is contained in:
f4exb
2018-12-02 03:06:04 +01:00
parent f520ad6072
commit 4a69a7d39f
20 changed files with 46 additions and 10 deletions
+2
View File
@@ -48,6 +48,8 @@ add_library(httpserver SHARED
${httpserver_HEADERS_MOC}
)
set_target_properties(httpserver PROPERTIES DEFINE_SYMBOL "httpserver_EXPORTS")
target_link_libraries(httpserver
${QT_LIBRARIES}
)