Skip to content

Commit

Permalink
Add CMake project alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mwthinker committed Nov 30, 2024
1 parent 1b23fb6 commit 37e28bb
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 @@ -11,6 +11,7 @@ set(SIGNAL_HEADERS
)

add_library(Signal INTERFACE)
add_library(Signal::Signal ALIAS Signal)

option(CODE_COVERAGE "Enable coverage reporting" OFF)
if (CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
Expand Down

0 comments on commit 37e28bb

Please sign in to comment.