gameServer/CMakeLists.txt
changeset 8686 d303da4568b7
parent 8671 a9957b7797f3
child 8833 c13ebed437cb
child 9975 9fcdaa2be27e
equal deleted inserted replaced
8685:c0e54583296e 8686:d303da4568b7
     1 
     1 
     2 find_package(GHC REQUIRED)
     2 include(${CMAKE_MODULE_PATH}/utils.cmake)
     3 if(NOT ${GHC_FOUND})
     3 
     4     message(FATAL_ERROR "Missing Glasgow Haskell Compiler! Rerun cmake with -DNOSERVER=on to disable hosting LAN games")
     4 find_package_or_disable(GHC NOSERVER)
     5 endif()
       
     6 
     5 
     7 set(hwserver_sources
     6 set(hwserver_sources
     8     OfficialServer/DBInteraction.hs
     7     OfficialServer/DBInteraction.hs
     9     Actions.hs
     8     Actions.hs
    10     ClientIO.hs
     9     ClientIO.hs