Skip to content

Commit

Permalink
add external
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicsEnthusiast committed Sep 11, 2024
1 parent e547f63 commit efecfbf
Show file tree
Hide file tree
Showing 48 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/external/spdlog)

# Add imgui
set(IMGUI_INCLUDE_DIRS
${CMAKE_CURRENT_SOURCE_DIR}/external/imgui
${CMAKE_CURRENT_SOURCE_DIR}/external/imgui/backends
${CMAKE_CURRENT_SOURCE_DIR}/external/imgui
${CMAKE_CURRENT_SOURCE_DIR}/external/imgui/backends
)
set(IMGUI_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/external/imgui/imgui.cpp
Expand All @@ -44,8 +44,8 @@ add_library(imgui ${IMGUI_SRCS})
set(FMT_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/external/fmt/include)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/external/fmt)

# Add nlohmann_json
set(NLOHMANN_JSON_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/external/nlohmann_json/include)
# Add nlohmann
set(NLOHMANN_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/external/nlohmann/include)

# Add embree
set(EMBREE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/external/embree/include)
Expand All @@ -68,7 +68,7 @@ include_directories(
${SPDLOG_INCLUDE_DIRS}
${IMGUI_INCLUDE_DIRS}
${FMT_INCLUDE_DIRS}
${NLOHMANN_JSON_INCLUDE_DIRS}
${NLOHMANN_INCLUDE_DIRS}
${EMBREE_INCLUDE_DIRS}
${STB_INCLUDE_DIRS}
${TINY_INCLUDE_DIRS}
Expand Down
File renamed without changes.

0 comments on commit efecfbf

Please sign in to comment.