Skip to content

Commit

Permalink
Update imguizmo package name
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 committed Sep 4, 2024
1 parent 7643424 commit 21c0ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ target_link_libraries(Editor PUBLIC Engine)

find_package(argparse CONFIG REQUIRED)
find_package(cppzmq CONFIG REQUIRED)
find_package(unofficial-imguizmo CONFIG REQUIRED)
find_package(imguizmo CONFIG REQUIRED)
find_package(unofficial-lunasvg CONFIG REQUIRED)

target_link_libraries(Editor PUBLIC argparse::argparse)
target_link_libraries(Editor PUBLIC cppzmq cppzmq-static)
target_link_libraries(Editor PUBLIC unofficial::imguizmo::imguizmo)
target_link_libraries(Editor PUBLIC imguizmo::imguizmo)
target_link_libraries(Editor PUBLIC unofficial::lunasvg::lunasvg)

set(GROUP_LIST
Expand Down

0 comments on commit 21c0ff3

Please sign in to comment.