mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Make tracing library a static library
This commit is contained in:
@@ -2,7 +2,7 @@ project(tracing)
|
||||
|
||||
option(IMHEX_TRACE_EXCEPTIONS "Hook thrown exceptions to display a stack trace when possible" ON)
|
||||
|
||||
add_library(tracing OBJECT
|
||||
add_library(tracing STATIC
|
||||
source/stacktrace.cpp
|
||||
source/exceptions.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user