Skip to content

Commit bff1f59

Browse files
restyled-commitswirew0rm
authored andcommitted
Restyled by cmake-format
1 parent f680c21 commit bff1f59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/client/test/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ if(NOT EMSCRIPTEN)
6868

6969
add_executable(CmwLightTest catch_main.cpp CmwLightTest.cpp)
7070
target_link_libraries(
71-
CmwLightTest
72-
PUBLIC opencmw_project_warnings
73-
opencmw_project_options
74-
Catch2::Catch2
75-
client)
71+
CmwLightTest
72+
PUBLIC opencmw_project_warnings
73+
opencmw_project_options
74+
Catch2::Catch2
75+
client)
7676
target_include_directories(CmwLightTest PRIVATE ${CMAKE_SOURCE_DIR})
7777
catch_discover_tests(CmwLightTest)
7878
endif()

0 commit comments

Comments
 (0)