mirror of
https://gitlab.com/niansa/libjustlm.git
synced 2025-03-06 20:49:17 +01:00
Fixed output directory
This commit is contained in:
parent
a0ec6f8a11
commit
88e35fd25d
1 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,7 @@ project(justlm LANGUAGES C CXX)
|
|||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
|
||||
set(LM_PYBIND No CACHE BOOL "If justlm Python bindings should be build")
|
||||
set(LM_COSCHED No CACHE BOOL "If justlm should make use of CoSched")
|
||||
|
@ -40,8 +41,6 @@ include_ggml(llama.cpp-alibi _alibi No)
|
|||
add_library(justlm_g4a_common SHARED g4a-common.cpp g4a-common.hpp)
|
||||
|
||||
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
|
||||
if (LM_MPT)
|
||||
add_library(justlm_mpt SHARED mpt.cpp justlm_mpt.hpp mpt/mpt.cpp mpt/mpt.hpp)
|
||||
target_link_libraries(justlm_mpt PRIVATE ggml_alibi justlm_g4a_common)
|
||||
|
|
Loading…
Add table
Reference in a new issue