Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Feb 19, 2025
1 parent 1a6645d commit 7d4141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
else()
add_library(ortcustomops STATIC ${_TARGET_LIB_SRC})
file(GLOB ORT_EXT_PUB_HEADERS "include/*.h" "include/*.hpp" "shared/api/*.h" "shared/api/*.hpp")
target_sources(ortcustomops PUBLIC FILE_SET HEADERS BASE_DIRS ${PROJECT_SOURCE_DIR}/include FILES ${ORT_EXT_PUB_HEADERS})
target_sources(ortcustomops PUBLIC FILE_SET HEADERS BASE_DIRS ${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/shared/api FILES ${ORT_EXT_PUB_HEADERS})
target_link_libraries(ortcustomops PRIVATE onnxruntime::onnxruntime)
if (HAS_SDL)
target_compile_options(ortcustomops PRIVATE "/sdl")
Expand Down

0 comments on commit 7d4141a

Please sign in to comment.