Skip to content

Commit 57cfd98

Browse files
committed
* update workflow 3
1 parent c7cd225 commit 57cfd98

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ if(SKBUILD)
101101
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
102102
find_package(pybind11 CONFIG REQUIRED)
103103

104-
pybind11_add_module(_sharedmap python/sharedmap_bindings.cpp $<TARGET_OBJECTS:libsharedmap>)
104+
pybind11_add_module(_sharedmap
105+
python/sharedmap_bindings.cpp
106+
lib/libsharedmap.cpp
107+
$<TARGET_OBJECTS:libsharedmap>
108+
)
105109
target_link_libraries(_sharedmap PRIVATE
106110
${KAHIP_LIBRARY}
107111
MtKaHyPar::mtkahypar

0 commit comments

Comments
 (0)