bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 05 May 2019 02:04:12 +0200
changeset 14884 002f7d41f5ce
parent 13389 cf8abedaa878
permissions -rw-r--r--
VideoRec: Replace "File of" syntax to make Pas2C happy

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