Skip to content

Commit ce513a1

Browse files
Removed deleted cpp files from cmake
1 parent 7f2a64c commit ce513a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ set(version 1.3.0)
1010

1111
message("Adding source files")
1212
set(LWLOG_SOURCE_FILES
13-
${CMAKE_SOURCE_DIR}/lwlog/src/registry.cpp
14-
${CMAKE_SOURCE_DIR}/lwlog/src/details/pattern/alignment_formatter.cpp
1513
${CMAKE_SOURCE_DIR}/lwlog/src/details/pattern/attribute.cpp
16-
${CMAKE_SOURCE_DIR}/lwlog/src/details/pattern/pattern.cpp
1714
)
1815

1916
message("Creating lwlog library")

0 commit comments

Comments
 (0)