[windows] ncneofetch requires compatsrc

This commit is contained in:
nick black 2021-10-09 04:19:06 -04:00
parent 624d181af4
commit 75d5b9ee88

View File

@ -601,7 +601,7 @@ endif()
############################################################################ ############################################################################
# ncneofetch # ncneofetch
file(GLOB FETCHSRCS CONFIGURE_DEPENDS src/fetch/*.c) file(GLOB FETCHSRCS CONFIGURE_DEPENDS src/fetch/*.c)
add_executable(ncneofetch ${FETCHSRCS}) add_executable(ncneofetch ${FETCHSRCS} ${COMPATSRC})
target_include_directories(ncneofetch target_include_directories(ncneofetch
BEFORE BEFORE
PRIVATE PRIVATE