Skip to content

Commit

Permalink
Fixed spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jan 15, 2025
1 parent 53a3be3 commit c6b1cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(tinyxml2)

target_link_libraries(${PROJECT_NAME} PRIVATE spdlog tinyxml2 yaml-cpp N64Graphics BinaryTools)
target_link_libraries(${PROJECT_NAME} PRIVATE tinyxml2 yaml-cpp N64Graphics BinaryTools)

if(NOT USE_STANDALONE)
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit c6b1cdf

Please sign in to comment.