Skip to content

Commit

Permalink
Obey linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed May 24, 2024
1 parent 114e0a2 commit a5910bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ if (CURSES)
${ICONV_LIBRARIES})
endif ()

target_include_directories(cataclysm-common PUBLIC ${CURSES_INCLUDE_DIR} ${NCURSES_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})
target_include_directories(cataclysm-common PUBLIC
${CURSES_INCLUDE_DIR} ${NCURSES_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS}
)
target_link_libraries(cataclysm-common PUBLIC ${CURSES_LIBRARIES} ${ZLIB_LIBRARIES})

if (CMAKE_USE_PTHREADS_INIT)
Expand Down

0 comments on commit a5910bb

Please sign in to comment.