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 c5d0f86 commit 1117cf0Copy full SHA for 1117cf0
src/CMakeLists.txt
@@ -48,15 +48,11 @@ endif()
48
set_source_files_properties(${libndofdev_HEADER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE)
49
list(APPEND libndofdev_SOURCE_FILES ${libndofdev_HEADER_FILES})
50
51
-add_library (ndofdev ${libndofdev_SOURCE_FILES})
+add_library (ndofdev STATIC ${libndofdev_SOURCE_FILES})
52
target_link_libraries(ndofdev
53
${libndofdev_LIBRARIES}
54
)
55
56
set_target_properties(ndofdev PROPERTIES PUBLIC_HEADER ndofdev_external.h)
57
58
-install(TARGETS ndofdev EXPORT ndofdevTargets
59
- RUNTIME DESTINATION bin
60
- ARCHIVE DESTINATION lib
61
- PUBLIC_HEADER DESTINATION include
62
- )
+install(TARGETS ndofdev)
0 commit comments