From cdbedad6f7f2cded247f6cb24b2b3ef0bdd8105e Mon Sep 17 00:00:00 2001 From: al Date: Sat, 30 Oct 2021 15:23:27 -0700 Subject: [PATCH] added maya 2014 build --- plugins/maya/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/maya/CMakeLists.txt b/plugins/maya/CMakeLists.txt index 720220b..a01406d 100644 --- a/plugins/maya/CMakeLists.txt +++ b/plugins/maya/CMakeLists.txt @@ -82,6 +82,10 @@ if(EXISTS "M:/code/api/windows/maya/2015") build_maya("2015") endif() +if(EXISTS "M:/code/api/windows/maya/2014") +build_maya("2014") +endif() +