notcurses/tools/notcursesConfig.cmake.in

10 lines
296 B
CMake
Raw Normal View History

2019-11-17 10:04:41 +00:00
@PACKAGE_INIT@
set(NOTCURSES_DIR "@PACKAGE_SOME_INSTALL_DIR@")
2020-05-09 09:51:00 +00:00
# Compute paths
get_filename_component(NOTCURSES_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(NOTCURSES_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(NOTCURSES_LIBRARY_DIRS "@CONF_LIBRARY_DIRS@")
2020-08-18 06:50:02 +00:00
set(Notcurses_LIBRARIES -lnotcurses)