bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 13 May 2019 21:31:50 +0200
changeset 14930 632538406573
parent 13384 cf8abedaa878
permissions -rw-r--r--
Rope Training: Re-display nade help text when trying to throw nade by hand

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