bin/CMakeLists.txt
author unC0Rr
Wed, 15 May 2024 10:05:13 +0200
changeset 16013 2e529b1a9d5b
parent 13384 cf8abedaa878
permissions -rw-r--r--
Wonder if anyone is trying to build this game anymore

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