Skip to content

Commit

Permalink
Fix CMake interface include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Jul 28, 2019
1 parent 376c417 commit 89f82e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CPackLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ SET(CPACK_PACKAGE_VENDOR "KjellKod")

INSTALL( TARGETS g3logger
EXPORT g3logger-targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT libraries
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT libraries)
)

INSTALL( FILES ${HEADER_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/g3log
Expand Down

0 comments on commit 89f82e8

Please sign in to comment.