Skip to content

Commit

Permalink
Solved issue #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian committed Jul 18, 2024
1 parent cdcddac commit c718117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindCoyoteSW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -march=native -O3")

# Sources and includes
file(GLOB CYT_SOURCES CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/../sw/src/*.cpp")
set(CYT_INCLUDE_PATH ${CMAKE_SOURCE_DIR}/../sw/include)
file(GLOB CYT_SOURCES CONFIGURE_DEPENDS "${CMAKE_CURRENT_LIST_DIR}/../sw/src/*.cpp")
set(CYT_INCLUDE_PATH ${CMAKE_CURRENT_LIST_DIR}/../sw/include)

# Add shared
add_library(Coyote SHARED ${CYT_SOURCES})
Expand Down

0 comments on commit c718117

Please sign in to comment.