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.
source_group
1 parent 2c9a2a4 commit b0b8cc9Copy full SHA for b0b8cc9
c89stringutils/CMakeLists.txt
@@ -4,7 +4,7 @@ set(Header_Files "c89stringutils_string_extras.h")
4
source_group("Header Files" FILES "${Header_Files}")
5
6
set(Source_Files "c89stringutils_string_extras.c")
7
-source_group("Source Files" FILES "${Header_Files}")
+source_group("Source Files" FILES "${Source_Files}")
8
9
add_library("${LIBRARY_NAME}" "${Header_Files}" "${Source_Files}")
10
0 commit comments