bin/CMakeLists.txt
author unc0rr
Sun, 01 Sep 2019 10:37:16 +0200
changeset 15394 7718bdf60d45
parent 13389 cf8abedaa878
permissions -rw-r--r--
Set dX sign early so jump calculations always get correct value

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