Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 5, 2024
1 parent 3825f69 commit b5ab606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(sharedlibpp_SRCS version.cpp
SharedLibrary.cpp
SharedLibraryFactory.cpp)

add_library(shlibpp ${sharedlibpp_SRCS} ${sharedlibpp_HDRS})
add_library(sharedlibpp ${sharedlibpp_SRCS} ${sharedlibpp_HDRS})
add_library(sharedlibpp::sharedlibpp ALIAS sharedlibpp)

# Add build definitions
Expand Down

0 comments on commit b5ab606

Please sign in to comment.