+ simplify dependencies in CMakeLists.txt files

This commit is contained in:
wmayer
2015-07-17 12:18:44 +02:00
parent 74e397c869
commit 1b58ec8bb7
3 changed files with 15 additions and 38 deletions

View File

@@ -9,17 +9,10 @@ include_directories(
${QT_INCLUDE_DIR}
)
if(MSVC)
set(Web_LIBS
FreeCADApp
${QT_LIBRARIES}
)
else(MSVC)
set(Web_LIBS
FreeCADApp
${QT_LIBRARIES}
)
endif(MSVC)
set(Web_LIBS
FreeCADApp
${QT_LIBRARIES}
)
set(Web_MOC_HDRS
Server.h