bin/CMakeLists.txt
author sheepluva
Sun, 04 Aug 2019 00:30:56 +0200
changeset 15292 70d416a8f63f
parent 13384 cf8abedaa878
permissions -rw-r--r--
fix bug #750: workaround GL2 function params const-iness issues with pas2c

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