Guest User

bartus

a guest
Sep 24th, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
  2. index 9e978c9..ba4ef9c 100644
  3. --- a/src/ui/CMakeLists.txt
  4. +++ b/src/ui/CMakeLists.txt
  5. @@ -121,6 +121,8 @@ if(QT4_FOUND)
  6. endif()
  7.  
  8. install(TARGETS SeExpr2Editor DESTINATION ${CMAKE_INSTALL_LIBDIR})
  9. + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION include/SeExpr2/UI
  10. + FILES_MATCHING PATTERN "*.h")
  11.  
  12. # Setup header files
  13. file(GLOB public_includes "*.h")
Add Comment
Please, Sign In to add comment