bin/CMakeLists.txt
author nemo
Sat, 25 Nov 2017 09:40:43 -0500
changeset 12844 22cc3d82905a
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Should probably have gl context stuff in its own unit separate from store, but, don't close the gl context before anything that might still want to do gl operations

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)