bin/CMakeLists.txt
author unc0rr
Sat, 24 Nov 2018 23:51:45 +0100
changeset 14290 92e5682810d4
parent 13384 cf8abedaa878
permissions -rw-r--r--
Prepare to have possibility to pass opengl context to engine

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)