CMakeLists.txt
changeset 8636 fa8cd97a0a09
parent 8635 c1c6b815691e
child 8640 75d42abc9375
equal deleted inserted replaced
8635:c1c6b815691e 8636:fa8cd97a0a09
   259     else()
   259     else()
   260         find_program(ghc_executable ghc)
   260         find_program(ghc_executable ghc)
   261     endif()
   261     endif()
   262 
   262 
   263     if(ghc_executable)
   263     if(ghc_executable)
   264         set(HAVE_NETSERVER true)
       
   265         add_subdirectory(gameServer)
   264         add_subdirectory(gameServer)
   266         message(STATUS "Found GHC: ${ghc_executable}")
   265         message(STATUS "Found GHC: ${ghc_executable}")
   267     else()
   266     else()
   268         message(${WARNING} "Could NOT find GHC, server will not be built")
   267         message(${WARNING} "Could NOT find GHC, server will not be built")
   269         set(HAVE_NETSERVER false)
   268         set(HAVE_NETSERVER false)