File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Create a linkable module
2- add_library (ipfix MODULE
2+ add_library (ipfix- output MODULE
33 src/IPFIXOutputPlugin.cpp
44 src/IPFIXOutput.cpp
55 src/IPFIXOutput.hpp
@@ -8,7 +8,7 @@ add_library(ipfix MODULE
88)
99
1010install (
11- TARGETS ipfix
11+ TARGETS ipfix- output
1212 LIBRARY DESTINATION "${INSTALL_DIR_LIB} /ipfixcol2/"
1313)
1414
@@ -17,7 +17,7 @@ if (ENABLE_DOC_MANPAGE)
1717 set (SRC_FILE "${CMAKE_CURRENT_SOURCE_DIR} /doc/ipfixcol2-ipfix-output.7.rst" )
1818 set (DST_FILE "${CMAKE_CURRENT_BINARY_DIR} /ipfixcol2-ipfix-output.7" )
1919
20- add_custom_command (TARGET ipfix PRE_BUILD
20+ add_custom_command (TARGET ipfix- output PRE_BUILD
2121 COMMAND ${RST2MAN_EXECUTABLE} --syntax-highlight=none ${SRC_FILE} ${DST_FILE}
2222 DEPENDS ${SRC_FILE}
2323 VERBATIM
You can’t perform that action at this time.
0 commit comments