Skip to content

Commit e820a82

Browse files
committed
[ORC-RT] Add TODO to switch to filesets when we can.
1 parent bacab48 commit e820a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orc-rt/include/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(ORC_RT_HEADERS
22
orc-rt-c/orc-rt.h
33
)
44

5+
# TODO: Switch to filesets when we move to cmake-3.23.
56
add_library(orc-rt-headers INTERFACE)
67
target_include_directories(orc-rt-headers INTERFACE
78
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)