Add command line parsing to UICommon.

This commit is contained in:
Ryan Houdek
2016-01-17 05:11:43 -06:00
committed by Léo Lam
parent 77c7fa836f
commit f61363a791
5 changed files with 77 additions and 3 deletions

View File

@ -1,8 +1,9 @@
set(SRCS Disassembler.cpp
set(SRCS CommandLineParse.cpp
Disassembler.cpp
UICommon.cpp
USBUtils.cpp)
set(LIBS common)
set(LIBS common cpp-optparse)
if(LIBUSB_FOUND)
set(LIBS ${LIBS} ${LIBUSB_LIBRARIES})
endif()