diff options
| author | 2023-01-22 17:30:55 +0100 | |
|---|---|---|
| committer | 2023-01-22 17:30:55 +0100 | |
| commit | 0877e5a4cb56ba891985ac49c36b141fec8f38b2 (patch) | |
| tree | 443496e48621cb748c40873647c52943f2456917 /src/bin/webserver | |
| parent | e68edb4ca183e971c851ced5d91e2e91ab0fa946 (diff) | |
| download | OneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.tar.gz OneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.zip | |
Update diceParser
Diffstat (limited to 'src/bin/webserver')
| -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() |