Skip to content

Commit 082c8e6

Browse files
committed
Added ChunkedStorage.hpp runtime header
1 parent f4fdd2c commit 082c8e6

File tree

6 files changed

+687
-14
lines changed

6 files changed

+687
-14
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ endif()
4848
#---------------------------------------------------------------------------
4949
# Generate UDORuntime.cpp
5050
find_program(CXXUDO_DEFAULT_CLANGXX NAMES clang++-${LLVMVERSION} clang++ HINTS ${LLVM_TOOLS_BINARY_DIR} NO_DEFAULT_PATH)
51-
file(READ runtime/UDOperator.hpp CXXUDO_HEADER)
51+
file(READ runtime/ChunkedStorage.hpp CXXUDO_ChunkedStorage_hpp)
52+
file(READ runtime/UDOperator.hpp CXXUDO_UDOperator_hpp)
5253
configure_file(src/udo/UDORuntime.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/src/udo/UDORuntime.cpp @ONLY)
5354
#---------------------------------------------------------------------------
5455
add_library(udoruntime STATIC

0 commit comments

Comments
 (0)