bin/CMakeLists.txt
author nemo
Mon, 14 Jan 2019 15:01:43 -0500
branch0.9.25
changeset 14609 e27f1d1c1da9
parent 13384 cf8abedaa878
permissions -rw-r--r--
aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code

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