Skip to content

Commit

Permalink
made example installation conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
august-alt authored and yurtpage committed Jul 28, 2024
1 parent 239afb0 commit dceb643
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ if (MVVM_BUILD_EXAMPLES)
add_subdirectory(plotgraphs)
add_subdirectory(saveloadproject)
add_subdirectory(treeviews)
endif()

install(DIRECTORY ${CMAKE_SOURCE_DIR}/examples DESTINATION share/mvvm)

install(DIRECTORY ${CMAKE_SOURCE_DIR}/examples DESTINATION share/mvvm)
endif()


0 comments on commit dceb643

Please sign in to comment.