Skip to content

Commit

Permalink
Adding binaries for windows (2017.4, 2018.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kattkieru committed Nov 12, 2017
1 parent 36ed265 commit 72fb499
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set( CMAKE_CXX_STANDARD 14 )
set( MAYA_VER "2018" CACHE STRING "Version of Maya to build against" )

if(APPLE)
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -fPIC -mavx" )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -fPIC -mavx -fvisibility=hidden" )
set( MAYA_ROOT "/Applications/Autodesk/maya${MAYA_VER}")
set( MAYA_LIBS "${MAYA_ROOT}/Maya.app/Contents/MacOS" CACHE STRING "Location of Maya Libraries" )
set( MAYA_INCLUDE "${MAYA_ROOT}/include" CACHE STRING "Location of Maya Headers" )
Expand Down
Binary file added binaries/2017/grim_IK.mll
Binary file not shown.
Binary file added binaries/2018.1/grim_IK.mll
Binary file not shown.

0 comments on commit 72fb499

Please sign in to comment.