Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaml-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yaml-cpp
Commits
e06104d7
Commit
e06104d7
authored
May 29, 2009
by
Jesse Beder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patched - removed unnecessary CMake statements
parent
67f49d96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
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