bin/CMakeLists.txt
author unc0rr
Wed, 17 Oct 2018 22:58:21 +0200
changeset 13936 78c798d655ad
parent 13384 cf8abedaa878
permissions -rw-r--r--
Make use of LinePoints in Land2D::draw_line

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