We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e6b71 commit 5343c51Copy full SHA for 5343c51
lib/EcalParser/CMakeLists.txt
@@ -42,9 +42,12 @@ set(sources
42
src/functions/username.h
43
)
44
45
-# QEcalParser is an internal implementation detail for applications so it can
+# EcalParser is an internal implementation detail for applications so it can
46
# always be static and not installed/exported
47
ecal_add_static_library(${PROJECT_NAME}
48
+ ${includes}
49
+ ${sources}
50
+)
51
52
target_include_directories(${PROJECT_NAME} PUBLIC include/)
53
target_include_directories(${PROJECT_NAME} PRIVATE src/)
0 commit comments