Skip to content

Commit

Permalink
Obey linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed May 31, 2024
1 parent a257a16 commit 823b240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ if (CURSES)
set_target_properties(pdcurses PROPERTIES
IMPORTED_LOCATION $ENV{MSYSTEM_PREFIX}/lib/libpdcurses_wingui.a
INTERFACE_INCLUDE_DIRECTORIES $ENV{MSYSTEM_PREFIX}/include/pdcurses
INTERFACE_COMPILE_DEFINITIONS "PDC_WIDE;PDC_FORCE_UTF8;PDC_NCMOUSE;PDC_RGB;CHTYPE_32"
INTERFACE_COMPILE_DEFINITIONS
"PDC_WIDE;PDC_FORCE_UTF8;PDC_NCMOUSE;PDC_RGB;CHTYPE_32"
)
set(USE_PDCURSES TRUE)
endif()
Expand Down

0 comments on commit 823b240

Please sign in to comment.