Skip to content

Commit

Permalink
added namespace for tagret
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops committed Jul 28, 2017
1 parent 8b4352a commit cd534b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ target_include_directories(libwdc PUBLIC
)

install(TARGETS libwdc
EXPORT ${PROJECT_NAME}-config
EXPORT wdc-config
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION include)
install(EXPORT ${PROJECT_NAME}-config NAMESPACE WDC:: DESTINATION cmake)
install(EXPORT wdc-config NAMESPACE WDC:: DESTINATION cmake)

if(BUILD_PKGCONFIG)
configure_file(scripts/wdc.pc.in ${PROJECT_BINARY_DIR}/wdc.pc @ONLY)
Expand Down

0 comments on commit cd534b2

Please sign in to comment.