Skip to content

Commit

Permalink
Updated the CMakelists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
wermos committed Jul 29, 2024
1 parent 05a8b66 commit a530073
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ file(GLOB_RECURSE INCLUDE_DIRS LIST_DIRECTORIES TRUE
)

add_subdirectory(libs/stb)
add_subdirectory(libs/xsimd)
add_subdirectory(libs/spdlog)

add_library(utilities ${SOURCES})
Expand All @@ -31,9 +30,7 @@ foreach(DIR ${INCLUDE_DIRS})
endforeach()

target_include_directories(utilities PUBLIC ../shared)
target_include_directories(utilities PUBLIC xsimd)
target_include_directories(utilities PUBLIC spdlog/include)

target_link_libraries(utilities PUBLIC xsimd)
target_link_libraries(utilities PUBLIC stb_image)
target_link_libraries(utilities PUBLIC spdlog)

0 comments on commit a530073

Please sign in to comment.