mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
[cmake] explicitly link cpp2py modules against triqs_py library
This commit is contained in:
parent
909a772205
commit
746710ea48
@ -13,7 +13,7 @@ endforeach()
|
||||
foreach(gen ${wrap_generators})
|
||||
string(REPLACE "_desc.py" "" module_name ${gen})
|
||||
add_cpp2py_module(${module_name})
|
||||
target_link_libraries(${module_name} ${PROJECT_NAME}_c)
|
||||
target_link_libraries(${module_name} ${PROJECT_NAME}_c triqs_py)
|
||||
endforeach()
|
||||
|
||||
# Install python modules to proper location
|
||||
|
Loading…
Reference in New Issue
Block a user