bin/CMakeLists.txt
author unc0rr
Wed, 17 Oct 2018 22:00:58 +0200
changeset 13955 9c112f2ae02d
parent 13384 cf8abedaa878
permissions -rw-r--r--
Raise levels of abstraction to implement draw_thick_line() avoiding code duplication

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