bin/CMakeLists.txt
author unc0rr
Tue, 15 Jun 2021 20:46:28 +0200
changeset 15793 96443d9b48c9
parent 13384 cf8abedaa878
permissions -rw-r--r--
Update mingpt plugin to include recent chat history in the seed

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