Currently 100% broken, also going to change how devices are selected for each system so no more if/else everywhere and system should be more accurate.
6 lines
245 B
CMake
6 lines
245 B
CMake
set(SOURCES nec.c nec_debugger.c)
|
|
set(HEADERS ../includes/nec.h necea.h necinstr.h ../includes/necintrf.h necmodrm.h ../includes/nec_debugger.h)
|
|
|
|
add_library(nec_v30 ${SOURCES} ${HEADERS})
|
|
|
|
target_include_directories(nec_v30 PUBLIC ../includes/) |