diff --git a/example/simple/CMakeLists.txt b/example/simple/CMakeLists.txt index a97d39a..7964a04 100644 --- a/example/simple/CMakeLists.txt +++ b/example/simple/CMakeLists.txt @@ -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. diff --git a/example/simplecpu/CMakeLists.txt b/example/simplecpu/CMakeLists.txt index 12aa77a..36aa24b 100644 --- a/example/simplecpu/CMakeLists.txt +++ b/example/simplecpu/CMakeLists.txt @@ -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. diff --git a/example/trivial/CMakeLists.txt b/example/trivial/CMakeLists.txt index 26a0bc0..6539938 100644 --- a/example/trivial/CMakeLists.txt +++ b/example/trivial/CMakeLists.txt @@ -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.