mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
CMake: don't run rgbbg unless we built it
This commit is contained in:
parent
d88f40b836
commit
fb7b132551
@ -906,11 +906,14 @@ add_test(
|
||||
NAME rgb
|
||||
COMMAND rgb
|
||||
)
|
||||
LIST(APPEND TESTBINS notcurses-info sgr-direct sgr-full rgb)
|
||||
if(${USE_CXX})
|
||||
add_test(
|
||||
NAME rgbbg
|
||||
COMMAND rgbbg
|
||||
)
|
||||
LIST(APPEND TESTBINS notcurses-info sgr-direct sgr-full rgb rgbbg)
|
||||
LIST(APPEND TESTBINS rgbbg)
|
||||
endif()
|
||||
if(${USE_QRCODEGEN})
|
||||
add_test(
|
||||
NAME qrcode
|
||||
|
Loading…
x
Reference in New Issue
Block a user