Skip to content

Commit

Permalink
Updated CLI Parser template
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 19, 2024
1 parent 3c9e7c3 commit 514e29d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ude-base/templates/untitled-cli-parser.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ SRC_URI="{{ artifacts[0].src_uri }}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE="unicode"
IUSE=""
RESTRICT=""

BDEPEND="virtual/pkgconfig"
DEPEND=""
RDEPEND="unicode? ( dev-libs/utfcpp )"
RDEPEND=""

S="${WORKDIR}"

src_configure() {
local mycmakeargs=(
-DUIMGUI_INSTALL=ON
-DBUILD_VARIANT_VENDOR=OFF
-DWITH_UTF8=$(usex unicode)
)

cmake_src_configure
Expand Down

0 comments on commit 514e29d

Please sign in to comment.