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
e06104d7
Commit
e06104d7
authored
May 29, 2009
by
Jesse Beder
Browse files
Patched - removed unnecessary CMake statements
parent
67f49d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
yaml-reader/CMakeLists.txt
yaml-reader/CMakeLists.txt
+0
-2
No files found.
yaml-reader/CMakeLists.txt
View file @
e06104d7
set
(
yaml-reader_sources main.cpp tests.cpp
)
set
(
yaml-reader_sources main.cpp tests.cpp
)
include_directories
(
${
YAML_CPP_SOURCE_DIR
}
/include
)
link_directories
(
${
YAML_CPP_SOURCE_DIR
}
/lib
)
add_executable
(
yaml-reader
${
yaml-reader_sources
}
)
add_executable
(
yaml-reader
${
yaml-reader_sources
}
)
target_link_libraries
(
yaml-reader yaml-cpp
)
target_link_libraries
(
yaml-reader yaml-cpp
)
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