aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/bin/webserver/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2023-01-22 17:30:55 +0100
committerRenaud G <renaud@rolisteam.org>2023-01-22 17:30:55 +0100
commit0877e5a4cb56ba891985ac49c36b141fec8f38b2 (patch)
tree443496e48621cb748c40873647c52943f2456917 /src/bin/webserver/CMakeLists.txt
parente68edb4ca183e971c851ced5d91e2e91ab0fa946 (diff)
downloadOneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.tar.gz
OneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.zip
Update diceParser
Diffstat (limited to 'src/bin/webserver/CMakeLists.txt')
-rw-r--r--src/bin/webserver/CMakeLists.txt1
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()