This commit is contained in:
Jeremy 2023-11-06 12:42:06 -05:00
parent 372271c837
commit eb35a6a7ba
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042

View File

@ -13,7 +13,7 @@ FetchContent_Declare(
GIT_TAG ${CPPTRACE_TAG}
)
FetchContent_MakeAvailable(cpptrace)
target_link_libraries(main cpptrace)
target_link_libraries(main cpptrace::cpptrace)
target_compile_features(main PRIVATE cxx_std_11)
if(WIN32)