Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
e8e5d4bc
Commit
e8e5d4bc
authored
Oct 20, 2011
by
Jesse Beder
Browse files
Fixed typo in computing private headers (no effect on the build, just for the project files)
parent
b077e839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
e8e5d4bc
...
@@ -80,7 +80,7 @@ file(GLOB new_api_public_headers
...
@@ -80,7 +80,7 @@ file(GLOB new_api_public_headers
)
)
file
(
GLOB old_api_public_headers
"include/yaml-cpp/old-api/[a-zA-Z]*.h"
)
file
(
GLOB old_api_public_headers
"include/yaml-cpp/old-api/[a-zA-Z]*.h"
)
file
(
GLOB common_private_headers
"
include/yaml-cpp
/[a-zA-Z]*.h"
)
file
(
GLOB common_private_headers
"
src
/[a-zA-Z]*.h"
)
file
(
GLOB new_api_private_headers
"src/node/[a-zA-Z]*.h"
)
file
(
GLOB new_api_private_headers
"src/node/[a-zA-Z]*.h"
)
file
(
GLOB old_api_private_headers
"src/old-api/[a-zA-Z]*.h"
)
file
(
GLOB old_api_private_headers
"src/old-api/[a-zA-Z]*.h"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment