Skip to content
Snippets Groups Projects
Commit 7e956b65 authored by Zhou, Wenduo's avatar Zhou, Wenduo
Browse files

Refs #12122. Added main UI file and modified CMake.

parent 37fff918
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ add_subdirectory(Interface/ui) ...@@ -6,6 +6,7 @@ add_subdirectory(Interface/ui)
add_subdirectory(lib1to2/gui) add_subdirectory(lib1to2/gui)
add_subdirectory(PyChop) add_subdirectory(PyChop)
add_subdirectory(TofConverter) add_subdirectory(TofConverter)
add_subdirectory(HFIR_4Circle_Reduction)
# Chain all required interface custom targets into CompilePyUI # Chain all required interface custom targets into CompilePyUI
add_custom_target(CompilePyUI DEPENDS add_custom_target(CompilePyUI DEPENDS
...@@ -15,6 +16,7 @@ add_custom_target(CompilePyUI DEPENDS ...@@ -15,6 +16,7 @@ add_custom_target(CompilePyUI DEPENDS
CompileUITofConverter CompileUITofConverter
CompileUIUI CompileUIUI
CompileUILib1To2 CompileUILib1To2
CompileUIHFIR_4Circle_Reduction
) )
set ( TEST_PY_FILES set ( TEST_PY_FILES
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment