bin/CMakeLists.txt
author alfadur
Fri, 02 Nov 2018 23:33:22 +0300
changeset 14099 7845beb87cb5
parent 13384 cf8abedaa878
permissions -rw-r--r--
add an existing template to the theme editor

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