Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed May 1, 2024
1 parent e92d6a2 commit 99835c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if (NOT ${SDL2_FOUND})
message("SDL2 downloaded to " ${FETCHCONTENT_BASE_DIR}/sdl2-src)
endif()

target_link_libraries(ImGui PUBLIC SDL2::SDL2)
target_link_libraries(ImGui PUBLIC SDL2::SDL2)
2 changes: 1 addition & 1 deletion cmake/dependencies/linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if (USE_OPENGLES)
add_compile_definitions(IMGUI_IMPL_OPENGL_ES3)
else()
target_link_libraries(ImGui PUBLIC ${OPENGL_opengl_LIBRARY})
endif()
endif()
2 changes: 1 addition & 1 deletion cmake/dependencies/mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ find_package(GLEW REQUIRED)
target_link_libraries(ImGui PUBLIC ${OPENGL_opengl_LIBRARY} GLEW::GLEW)
set_target_properties(ImGui PROPERTIES
XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES
)
)
1 change: 0 additions & 1 deletion cmake/dependencies/windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ target_link_libraries(ImGui PUBLIC SDL2::SDL2 SDL2::SDL2main)

find_package(GLEW REQUIRED)
target_link_libraries(ImGui PUBLIC opengl32 GLEW::GLEW)

0 comments on commit 99835c0

Please sign in to comment.