bin/CMakeLists.txt
author sheepluva <sheepluva@users.noreply.github.com>
Mon, 25 May 2015 14:26:54 +0200
changeset 10958 4a1a3ba5ebaf
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Merge pull request #34 from CaF2/master Changed to continental supplies from the DLC, because its better :P

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

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