diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f61a3e9..18f3acd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,7 @@ set(BSsources src/program/NormalsGenDialog.cpp src/program/PreviewWindow.cpp src/ui/wxNormalsGenDlg.cpp + src/components/BuildSelection.cpp ) add_executable(OutfitStudio ${OSsources})