diff options
Diffstat (limited to 'src/bin/webserver/CMakeLists.txt')
| -rw-r--r-- | src/bin/webserver/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/webserver/CMakeLists.txt b/src/bin/webserver/CMakeLists.txt index 3fa9b56..49d0d74 100644 --- a/src/bin/webserver/CMakeLists.txt +++ b/src/bin/webserver/CMakeLists.txt @@ -73,6 +73,5 @@ SET( diceserver_sources add_executable( diceserver ${diceserver_sources} ) target_link_libraries(diceserver ${Qt5Core_LIBRARIES} ${Qt5Network_LIBRARIES} /home/renaud/application/mine/DiceParser/webserver/qhttp/xbin/libqhttp.so) -INSTALL_TARGETS(/bin diceserver) #qt5_use_modules() |