From 9d5f5b32fccd5d9af7b3f7b3fd46b59ce9b1dd4a Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 5 Sep 2017 10:31:36 +0200 Subject: [PATCH] #1830 AppFwk: Include user interface unit tests --- Fwk/AppFwk/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Fwk/AppFwk/CMakeLists.txt b/Fwk/AppFwk/CMakeLists.txt index afcc3f6f2d..dc4851c78f 100644 --- a/Fwk/AppFwk/CMakeLists.txt +++ b/Fwk/AppFwk/CMakeLists.txt @@ -42,6 +42,7 @@ endif() add_subdirectory (cafProjectDataModel/cafPdmCore/cafPdmCore_UnitTests) add_subdirectory (cafProjectDataModel/cafPdmXml/cafPdmXml_UnitTests) add_subdirectory (cafProjectDataModel/cafProjectDataModel_UnitTests) +add_subdirectory (cafUserInterface/cafUserInterface_UnitTests) # Organize sub-projects into folders on Visual Studio # Turn on using solution folders