Skip to content

Commit 5343c51

Browse files
committed
Fixup ecal parser
1 parent 15e6b71 commit 5343c51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/EcalParser/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ set(sources
4242
src/functions/username.h
4343
)
4444

45-
# QEcalParser is an internal implementation detail for applications so it can
45+
# EcalParser is an internal implementation detail for applications so it can
4646
# always be static and not installed/exported
4747
ecal_add_static_library(${PROJECT_NAME}
48+
${includes}
49+
${sources}
50+
)
4851

4952
target_include_directories(${PROJECT_NAME} PUBLIC include/)
5053
target_include_directories(${PROJECT_NAME} PRIVATE src/)

0 commit comments

Comments
 (0)