mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-07 09:16:06 -05:00
Be more explicit with the cplusplus path
This commit is contained in:
@@ -12,7 +12,7 @@ add_subdirectory(lib/fmt)
|
||||
project(rabbitizer)
|
||||
|
||||
file(GLOB_RECURSE RABBITIZER_SOURCES
|
||||
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/*.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/cplusplus/*.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/src/*.c"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user