diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 72d6c15eaac6c..a07d73bdb6828 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)