Skip to content

Commit

Permalink
Remove global include_directories in favor of target-specific include…
Browse files Browse the repository at this point in the history
… paths
  • Loading branch information
devin-ai-integration[bot] committed May 6, 2024
1 parent 19a9bf1 commit 3263ede
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libskrypt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Include the openmind headers and the local directory for skrypt.h
include_directories(
${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn
${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn/math
${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn/rt
)
# Remove the general include and use target-specific include
# include_directories(
# ${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn
# ${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn/math
# ${CMAKE_SOURCE_DIR}/_deps/openmind-src/omnn/rt
# )

add_library(skrypt skrypt.cpp)

Expand Down

0 comments on commit 3263ede

Please sign in to comment.