bin/CMakeLists.txt
author unC0Rr
Wed, 07 Nov 2018 15:55:00 +0100
changeset 14152 5acfdf49742d
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix some warnings here and there, remove unwelcomed code

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