Logo
Explore Help
Sign In
tqcq/llama.cpp
0
0
Fork 0
You've already forked llama.cpp
mirror of https://github.com/ggml-org/llama.cpp.git synced 2025-07-31 14:44:34 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
8cf8c129d4c10541493fd7c97b055b2ae25635b6
llama.cpp/examples/simple/CMakeLists.txt

6 lines
231 B
CMake
Raw Normal View History

prefix more cmake targets w/ llama-
2024-06-08 14:05:34 +01:00
set(TARGET llama-simple)
examples : add "simple" (#1840) * Create `simple.cpp` * minimalist example `CMakeLists.txt` * Update Makefile for minimalist example * remove 273: Trailing whitespace * removed trailing white spaces simple.cpp * typo and comments simple.cpp --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-06-16 20:58:09 +02:00
add_executable(${TARGET} simple.cpp)
cmake : install targets (#2256) fix #2252
2023-07-19 15:01:11 +08:00
install(TARGETS ${TARGET} RUNTIME)
examples : add "simple" (#1840) * Create `simple.cpp` * minimalist example `CMakeLists.txt` * Update Makefile for minimalist example * remove 273: Trailing whitespace * removed trailing white spaces simple.cpp * typo and comments simple.cpp --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-06-16 20:58:09 +02:00
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 869ms Template: 72ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API