Skip to content

Commit 0050655

Browse files
AdamZvarasedmicha
authored andcommitted
Mapper: initial commit
1 parent 11dc448 commit 0050655

File tree

7 files changed

+483
-123
lines changed

7 files changed

+483
-123
lines changed

src/core/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ set(CORE_SOURCE
4747
message_builder.c
4848
modifier.c
4949
modifier.h
50+
template_mapper.c
51+
template_mapper.h
5052
odid_range.c
5153
odid_range.h
5254
parser.c
@@ -87,7 +89,7 @@ if (CMAKE_HOST_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_HOST_SYSTEM_NAME STREQUAL
8789
endif()
8890

8991
add_executable(ipfixcol2 main.cpp)
90-
target_link_libraries(ipfixcol2 ${BASE_LIB})
92+
target_link_libraries(ipfixcol2 ${BASE_LIB} ${PROFILER_LIB})
9193
set_target_properties(ipfixcol2 PROPERTIES # by default, hide all symbols
9294
C_VISIBILITY_PRESET hidden
9395
CXX_VISIBILITY_PRESET hidden

0 commit comments

Comments
 (0)