Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan committed Nov 27, 2024
1 parent 460c9bf commit e8eadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarian/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foreach(lib sysy;sysu)
file(GLOB mains ${lib}/*.cc)
add_library(${lib} ${mains})
add_library(${lib} SHARED ${mains})
install(TARGETS ${lib})
target_include_directories(${lib}
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../include)
Expand Down

0 comments on commit e8eadee

Please sign in to comment.