mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix unresolved external symbols
These projects used 'V_FixSlashes' but weren't licked to Tier1.
This commit is contained in:
parent
0b7805101c
commit
ff98df556c
@ -15,6 +15,7 @@ end_sources( "${BUILD_OUTPUT_DIR}/bin/x64_retail/plugins/" )
|
||||
target_link_libraries( ${PROJECT_NAME} PRIVATE
|
||||
"memoverride"
|
||||
"tier0"
|
||||
"tier1"
|
||||
|
||||
"libdetours"
|
||||
"libprotobuf"
|
||||
|
@ -36,6 +36,8 @@ target_precompile_headers( ${PROJECT_NAME} PRIVATE
|
||||
)
|
||||
target_link_libraries( ${PROJECT_NAME} PRIVATE
|
||||
"tier0"
|
||||
"tier1"
|
||||
|
||||
"libdetours"
|
||||
"libcppkore"
|
||||
"libspdlog"
|
||||
|
Loading…
x
Reference in New Issue
Block a user