bin/CMakeLists.txt
author nemo
Wed, 23 Oct 2019 17:45:28 -0400
changeset 15485 9f98eece9841
parent 13389 cf8abedaa878
permissions -rw-r--r--
forgot this commit.

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