nesemu/utils/CMakeLists.txt

4 lines
97 B
CMake

set(HEADERS linked_list.h)
set(SOURCE linked_list.c)
add_library(nes_utils ${HEADERS} ${SOURCE})