Skip to content

Commit

Permalink
Merge pull request #54 from apg360/patch-1
Browse files Browse the repository at this point in the history
Add namespace alias for libraries
  • Loading branch information
zeux authored Oct 7, 2020
2 parents fbd2738 + 49a5dd5 commit 9de24e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ endif()
# Interface library

add_library(volk_headers INTERFACE)
add_library(volk::volk_headers ALIAS volk_headers)
target_include_directories(volk_headers INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>
$<INSTALL_INTERFACE:include>
Expand Down

0 comments on commit 9de24e9

Please sign in to comment.