Skip to content

Commit

Permalink
don't force static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jan 3, 2025
1 parent a01cc8d commit fd1b82c
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 @@ -20,7 +20,7 @@ set(LWLOG_SOURCE_FILES
)

message("Creating lwlog library")
add_library(lwlog_lib STATIC ${LWLOG_SOURCE_FILES})
add_library(lwlog_lib ${LWLOG_SOURCE_FILES})
target_include_directories(lwlog_lib PRIVATE ${CMAKE_SOURCE_DIR}/lwlog/src/)
add_library(lwlog::lwlog_lib ALIAS lwlog_lib)

Expand Down

0 comments on commit fd1b82c

Please sign in to comment.