bin/CMakeLists.txt
author alfadur
Mon, 29 Oct 2018 23:38:08 +0300
changeset 14033 0f517cbfe16d
parent 13389 cf8abedaa878
permissions -rw-r--r--
start a theme editor as an excuse to see land generator in action

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