CMakeLists.txt
changeset 11741 72f0c8a73080
parent 11740 bb704a0f564d
child 11791 3127b0fece81
equal deleted inserted replaced
11740:bb704a0f564d 11741:72f0c8a73080
    63     set(LUA_SYSTEM OFF CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    63     set(LUA_SYSTEM OFF CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    64     set(NOVIDEOREC ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    64     set(NOVIDEOREC ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    65     set(NOSERVER ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    65     set(NOSERVER ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    66     set(GL2 ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    66     set(GL2 ON CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    67     set(BUILD_SHARED_LIBS OFF CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
    67     set(BUILD_SHARED_LIBS OFF CACHE STRING "Required for BUILD_ENGINE_JS" FORCE)
       
    68 
       
    69     set(target_binary_install_dir "bin" CACHE PATH "install dest for binaries")
       
    70     set(target_library_install_dir "lib" CACHE PATH "install dest for libs")
    68 endif()
    71 endif()
    69 
    72 
    70 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    73 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    71 #subdirectories will NOT be searched.
    74 #subdirectories will NOT be searched.
    72 #all fonts that can't be found will be bundled with hedgewars
    75 #all fonts that can't be found will be bundled with hedgewars