Skip to content

Commit 31fb0ff

Browse files
committed
Add missing install() directive for main library
1 parent 8d8db81 commit 31fb0ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ install(
190190
PATTERN "*.so"
191191
PATTERN "*.pyd"
192192
)
193+
install(
194+
TARGETS ${PROJECT_NAME}
195+
EXPORT ${TARGETS_EXPORT_NAME}
196+
LIBRARY DESTINATION ${python_install_dir}
197+
)
193198
# ------------------------------------------------------------------------ #
194199
jrl_target_headers(nanoeigenpy_headers INTERFACE
195200
HEADERS ${nanoeigenpy_HEADERS}

0 commit comments

Comments
 (0)