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 7bf437c commit 340bb06Copy full SHA for 340bb06
src/SCE/CMakeLists.txt
@@ -2,7 +2,7 @@ file(GLOB_RECURSE SCE_SOURCES "*.c")
2
file(GLOB_RECURSE SCE_PUBLIC_HEADERS "public/*.h")
3
4
add_library(openscap_sce SHARED
5
- "${SCE_SOURCES}"
+ ${SCE_SOURCES}
6
"${CMAKE_SOURCE_DIR}/src/common/list.c"
7
"${CMAKE_SOURCE_DIR}/src/common/oscap_string.c"
8
"${CMAKE_SOURCE_DIR}/src/common/oscap_buffer.c"
0 commit comments