From f425dde16151f4d6a744050bc7cda658b99cc4e1 Mon Sep 17 00:00:00 2001 From: sts1skj <59774938+sts1skj@users.noreply.github.com> Date: Mon, 10 Aug 2020 10:23:22 -0600 Subject: [PATCH] Added BuildSelection.cpp to CMakeLists (#305) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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})