Be more explicit with the cplusplus path
This commit is contained in:
parent
42a7718f71
commit
0325461afb
|
@ -12,7 +12,7 @@ add_subdirectory(lib/fmt)
|
||||||
project(rabbitizer)
|
project(rabbitizer)
|
||||||
|
|
||||||
file(GLOB_RECURSE RABBITIZER_SOURCES
|
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"
|
"${CMAKE_SOURCE_DIR}/lib/rabbitizer/src/*.c"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue