Skip to content

Commit

Permalink
Restyled by cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and wirew0rm committed Jul 9, 2024
1 parent f680c21 commit bff1f59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/client/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ if(NOT EMSCRIPTEN)

add_executable(CmwLightTest catch_main.cpp CmwLightTest.cpp)
target_link_libraries(
CmwLightTest
PUBLIC opencmw_project_warnings
opencmw_project_options
Catch2::Catch2
client)
CmwLightTest
PUBLIC opencmw_project_warnings
opencmw_project_options
Catch2::Catch2
client)
target_include_directories(CmwLightTest PRIVATE ${CMAKE_SOURCE_DIR})
catch_discover_tests(CmwLightTest)
endif()
Expand Down

0 comments on commit bff1f59

Please sign in to comment.