bin/CMakeLists.txt
author unC0Rr
Tue, 15 Nov 2022 15:26:00 +0100
changeset 15895 9b8d4f34e0f3
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix camera move control in qmlfrontend

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