diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d9cccc54a..5296f0209c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,6 @@ if (WITH_TESTS) include(GoogleTest) endif() -add_subdirectory(fieldImages) add_subdirectory(wpiutil) add_subdirectory(ntcore) @@ -256,6 +255,7 @@ if (WITH_WPIMATH) endif() if (WITH_GUI) + add_subdirectory(fieldImages) add_subdirectory(imgui) add_subdirectory(wpigui) add_subdirectory(glass)