Skip to content

Commit

Permalink
fixed usage of notcurses include
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Valtman committed Jan 7, 2025
1 parent c6e832c commit a44be88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ target_include_directories(telegram-curses PRIVATE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/td/tdutils/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/td/td/generate/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third-party/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third-party/notcurses/include/>
)
set_target_properties(telegram-curses PROPERTIES
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit a44be88

Please sign in to comment.