CMakeLists.txt
branchwebgl
changeset 9130 4f4b71da3559
parent 9127 e350500c4edb
child 9160 fc46e75f6b72
--- a/CMakeLists.txt	Tue Jun 04 22:28:12 2013 +0200
+++ b/CMakeLists.txt	Tue Jun 04 23:48:24 2013 +0200
@@ -402,6 +402,7 @@
     if (NOT ghc_executable)
         message(FATAL_ERROR "A Haskell compiler is required to build engine in C")
     endif()
+    add_subdirectory(hedgewars/sdlmain_osx)
     #pascal to c converter
     add_subdirectory(tools/pas2c)
     add_subdirectory(project_files/hwc)