bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 13 Dec 2018 23:21:19 +0100
changeset 14434 632dfc73cf83
parent 13384 cf8abedaa878
permissions -rw-r--r--
Add more maps and theme credits in credits.csv

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