We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98e573 commit 7006f64Copy full SHA for 7006f64
CMakeLists.txt
@@ -12,7 +12,8 @@ message("Adding source files")
12
set(LWLOG_SOURCE_FILES
13
${CMAKE_SOURCE_DIR}/lwlog/include/details/topic_registry.cpp
14
${CMAKE_SOURCE_DIR}/lwlog/include/details/pattern/attribute.cpp
15
-)
+ ${CMAKE_SOURCE_DIR}/lwlog/include/details/pattern/sgr_encoder.cpp
16
+)
17
18
message("Creating lwlog library")
19
add_library(lwlog_lib STATIC ${LWLOG_SOURCE_FILES})
0 commit comments