From 0325461afb99c828cca1cd16eba6ff5497360bd8 Mon Sep 17 00:00:00 2001 From: dcvz Date: Tue, 14 May 2024 15:17:46 +0200 Subject: [PATCH] Be more explicit with the cplusplus path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46cf21a..d0bdab3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )