bin/CMakeLists.txt
author Vatten
Thu, 03 May 2018 11:58:07 +0200
changeset 13359 7d772358dc22
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Updated Continental supplies Noticable changes: * Selection of continent is now before a turn * Australia and Antarctica will have new moddable weapons * All continents have different starting healths per hog

if(WIN32 AND NOT UNIX)
    file(GLOB_RECURSE DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)