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 c6ae259 commit 3a2fb85Copy full SHA for 3a2fb85
CMakeLists.txt
@@ -62,3 +62,16 @@ target_include_directories(
62
)
63
64
add_subdirectory(test)
65
+
66
+install(TARGETS jsonlogic
67
+ COMPONENT jsonlogic
68
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
69
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
70
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
71
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
72
+)
73
+install(FILES src/json_logic.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
74
75
+SET(CPACK_GENERATOR "DEB")
76
+SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "nobody")
77
+INCLUDE(CPack)
0 commit comments