bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 19:03:57 +0100
changeset 14406 50c3186f05ab
parent 13384 cf8abedaa878
permissions -rw-r--r--
Update description of the "training" menu to be more accurate

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