Skip to content

Commit

Permalink
Add lib prefix to shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Sep 20, 2023
1 parent 23603ac commit 513b1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ foreach(component ${COMPONENTS})
include/${PROJECT_NAME}/${component}.hpp
)
# Add the project name as a prefix to the output libraries
set_target_properties(${component} PROPERTIES PREFIX ${PROJECT_NAME}-)
set_target_properties(${component} PROPERTIES PREFIX lib${PROJECT_NAME}-)
# Add includes
target_include_directories(
${component}
Expand Down

0 comments on commit 513b1a9

Please sign in to comment.