Skip to content

Commit

Permalink
Restyled by cmake-format
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Martins <[email protected]>
  • Loading branch information
restyled-commits authored and iamsergio committed Nov 11, 2024
1 parent 9423bd1 commit fdf10ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ if(ENABLE_IMGUI_TEST_ENGINE)

# Code shared between all tests
add_library(imgui_tests_common STATIC ImGuiTestApp.cpp)
target_link_libraries(imgui_tests_common PUBLIC
opendigitizer-uilib
raii_wrapper
ui_assets
ui_test_assets
)
target_link_libraries(
imgui_tests_common
PUBLIC opendigitizer-uilib
raii_wrapper
ui_assets
ui_test_assets)

target_compile_definitions(imgui_tests_common PUBLIC IMGUI_DEFINE_MATH_OPERATORS
OPENDIGITIZER_BUILD_DIRECTORY="${CMAKE_BINARY_DIR}")
Expand Down

0 comments on commit fdf10ee

Please sign in to comment.