We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdafb0 commit 1855b93Copy full SHA for 1855b93
cmake/iotjs.cmake
@@ -580,7 +580,7 @@ if(NOT BUILD_LIB_ONLY)
580
)
581
target_include_directories(${TARGET_IOTJS} PRIVATE ${IOTJS_INCLUDE_DIRS})
582
target_link_libraries(${TARGET_IOTJS} ${TARGET_LIB_IOTJS})
583
- install(TARGETS ${TARGET_IOTJS}
+ install(TARGETS ${TARGET_IOTJS} ${TARGET_LIB_IOTJS}
584
RUNTIME DESTINATION "${INSTALL_PREFIX}/bin"
585
LIBRARY DESTINATION "${INSTALL_PREFIX}/lib"
586
PUBLIC_HEADER DESTINATION "${INSTALL_PREFIX}/include/iotjs")
0 commit comments