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

@ -91,7 +91,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(WXLIBS ${WXLIBS} dl)
endif()
list(APPEND LIBS core uicommon)
list(APPEND LIBS core uicommon cpp-optparse)
if(APPLE)
if(wxWidgets_FOUND)