bin/CMakeLists.txt
author nemo
Wed, 24 Dec 2014 10:34:41 -0500
changeset 10705 5983163cb7f9
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.

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)