mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-14 08:12:19 +00:00
rebase fixes
This commit is contained in:
parent
890caa6f44
commit
1467b3ed86
3 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||
# set(CMAKE_CXX_VISIBILITY_PRESET hidden)
|
||||
|
||||
# Rabbitizer
|
||||
add_library(rabbitizer STATIC)
|
||||
|
||||
target_sources(rabbitizer PRIVATE
|
||||
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/cplusplus/src/analysis/LoPairingInfo.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/cplusplus/src/analysis/RegistersTracker.cpp"
|
||||
|
|
2
lib/fmt
2
lib/fmt
|
@ -1 +1 @@
|
|||
Subproject commit d2e89c8b080394e996d449371267365c223ca76b
|
||||
Subproject commit 8e728044f673774160f43b44a07c6b185352310f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d47fe788bcb08c9d0d2a73954a0dfaf512964fdc
|
Loading…
Add table
Reference in a new issue