Skip to content

Commit

Permalink
Add library dirs variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Mar 27, 2024
1 parent d9d3f65 commit ae8d810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ endif()
include_directories(${HermesShm_INCLUDE_DIRS})
include_directories(${CMAKE_SOURCE_DIR})
include_directories(${CMAKE_SOURCE_DIR}/include)
link_directories(${HermesShm_LIBRARY_DIRS})
# Required Task includes
include_directories(${CMAKE_SOURCE_DIR}/hrun/include)
include_directories(${CMAKE_SOURCE_DIR}/hrun/tasks_required)
Expand Down

0 comments on commit ae8d810

Please sign in to comment.