Skip to content

Commit 7006f64

Browse files
#72 Added cpp file in cmake
1 parent d98e573 commit 7006f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ message("Adding source files")
1212
set(LWLOG_SOURCE_FILES
1313
${CMAKE_SOURCE_DIR}/lwlog/include/details/topic_registry.cpp
1414
${CMAKE_SOURCE_DIR}/lwlog/include/details/pattern/attribute.cpp
15-
)
15+
${CMAKE_SOURCE_DIR}/lwlog/include/details/pattern/sgr_encoder.cpp
16+
)
1617

1718
message("Creating lwlog library")
1819
add_library(lwlog_lib STATIC ${LWLOG_SOURCE_FILES})

0 commit comments

Comments
 (0)