Skip to content

Commit 0f7a50e

Browse files
author
root
committed
[fix] fix CMakeLists.txt
1 parent cdda5d3 commit 0f7a50e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ if (NOT TARGET _C)
4040
set_target_properties(_C PROPERTIES
4141
PREFIX ""
4242
OUTPUT_NAME "_C"
43+
LIBRARY_OUTPUT_DIRECTORY # ~E~T~A~J~J .so ~T~H~L~E~[~U
44+
${PROJECT_SOURCE_DIR}/lightllm_kernel
4345
BUILD_RPATH "\$ORIGIN;\$ORIGIN/../torch/lib"
4446
INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../torch/lib"
4547
)

0 commit comments

Comments
 (0)