mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-29 06:43:16 +00:00
Be more explicit with the cplusplus path
This commit is contained in:
parent
42a7718f71
commit
0325461afb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue