bin/CMakeLists.txt
author nemo
Mon, 02 Jul 2018 16:48:16 -0400
changeset 13434 745e9174038e
parent 13384 cf8abedaa878
permissions -rw-r--r--
somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.

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