mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
cmake: kill GLOB rule
This commit is contained in:
parent
029142e2c2
commit
6cfdeca95d
@ -26,8 +26,7 @@ endif()
|
||||
find_library(LIBRT rt)
|
||||
|
||||
# libnotcurses
|
||||
file(GLOB LIBSRCS CONFIGURE_DEPENDS src/lib/*.c)
|
||||
add_library(notcurses SHARED ${LIBSRCS})
|
||||
add_library(notcurses SHARED src/lib/enmetric.c src/lib/fade.c src/lib/input.c src/lib/libav.c src/lib/notcurses.c src/lib/panelreel.c src/lib/render.c)
|
||||
set_target_properties(notcurses PROPERTIES
|
||||
PUBLIC_HEADER "include/notcurses.h"
|
||||
VERSION ${PROJECT_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user