The frametest program gets promoted to the real imager.

This commit is contained in:
David Given
2025-01-27 22:06:08 +01:00
parent f94f3fa625
commit 387dbcf7a4
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ export(
items={
"fluxengine$(EXT)": "src+fluxengine",
"fluxengine-gui$(EXT)": "src/gui",
"frametest$(EXT)": "src/gui2+frametest",
"fluxengine-imager$(EXT)": "src/gui2+imager",
"brother120tool$(EXT)": "tools+brother120tool",
"brother240tool$(EXT)": "tools+brother240tool",
"upgrade-flux-file$(EXT)": "tools+upgrade-flux-file",

View File

@@ -136,9 +136,9 @@ cxxlibrary(
# )
cxxprogram(
name="frametest",
name="imager",
srcs=[
"./frametest.cc",
"./mainwindow-imager.cc",
".+imager_h",
],
cflags=["-fPIC"],