bin/CMakeLists.txt
author nemo
Sun, 29 Apr 2018 10:47:02 -0400
changeset 13348 5f6208031658
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.

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)