Skip to content

Commit

Permalink
Install the examples into an examples directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 14, 2014
1 parent 04c89c9 commit 93ce3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/simple/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install(

install(
FILES "${PROJECT_NAME}.cpp"
DESTINATION share/doc/pcp-cpp
DESTINATION share/doc/pcp-cpp/examples
)

# Enable (and stop on) compiler warnings.
Expand Down
2 changes: 1 addition & 1 deletion example/simplecpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install(

install(
FILES "${PROJECT_NAME}.cpp"
DESTINATION share/doc/pcp-cpp
DESTINATION share/doc/pcp-cpp/examples
)

# Enable (and stop on) compiler warnings.
Expand Down
2 changes: 1 addition & 1 deletion example/trivial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install(

install(
FILES "${PROJECT_NAME}.cpp"
DESTINATION share/doc/pcp-cpp
DESTINATION share/doc/pcp-cpp/examples
)

# Enable (and stop on) compiler warnings.
Expand Down

0 comments on commit 93ce3ce

Please sign in to comment.