bin/CMakeLists.txt
author nemo
Tue, 24 Dec 2019 12:46:23 -0500
changeset 15524 fbcee515b946
parent 13384 cf8abedaa878
permissions -rw-r--r--
disable fall tracing for cheese. it will probably be incorrect.

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