bin/CMakeLists.txt
author unC0Rr
Thu, 25 Jul 2019 15:18:00 +0200
changeset 15270 07e909ba4203
parent 13389 cf8abedaa878
permissions -rw-r--r--
Implement ipc queue which takes care of message ordering and timestamps

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