bin/CMakeLists.txt
author unC0Rr
Thu, 22 Nov 2018 13:39:51 +0100
changeset 14272 3152d9fdb499
parent 13384 cf8abedaa878
permissions -rw-r--r--
- Move EngineInstance into a separate module - Refactor ipc a bit and process messages

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