Skip to content

Commit

Permalink
native/CMakeLists: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 22, 2023
1 parent d92a21c commit 50e2064
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,19 @@ set(GCC_CLANG_DEBUG_C_FLAGS
-Wunused-function;\
-Wunused-label;\
-Wunused-parameter;\
-Wunused-value;\
-Wunused-variable")

add_executable(winprefs arg.h constants.c constants.h main.c reg_command.c reg_command.h shell.c shell.h msvc.h)
add_executable(
winprefs
arg.h
constants.c
constants.h
main.c
reg_command.c
reg_command.h
shell.c
shell.h
msvc.h)
target_compile_definitions(winprefs PRIVATE UNICODE _UNICODE)
target_link_libraries(winprefs PRIVATE shlwapi)
if(CMAKE_COMPILER_IS_GNUCC OR ${CMAKE_C_COMPILER_ID} STREQUAL "Clang")
Expand Down

0 comments on commit 50e2064

Please sign in to comment.