From 0702fa5d989fe37ae1fd1dca8e18368aa235c980 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 13 Aug 2020 20:41:06 -0500 Subject: [PATCH] dev 11 upload run --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10b4d6067..43e674d46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ set(MVDIST_ONLY ${MVDIST_ONLY}) add_definitions(-D_USE_MATH_DEFINES) add_definitions(-DMV_SANDBOX_VERSION="0.1.0dev11") + # Include sub-projects. add_subdirectory ("DearPyGui")