bin/CMakeLists.txt
author unc0rr
Thu, 08 Nov 2018 21:57:05 +0100
changeset 14197 5ad911992460
parent 13384 cf8abedaa878
permissions -rw-r--r--
A bit of rethinking of game messages and command

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