Skip to content

Commit

Permalink
Merge pull request #9 from tbttfox/attr-double-fix
Browse files Browse the repository at this point in the history
Attr double fix
  • Loading branch information
tbttfox authored Jan 8, 2020
2 parents 880658c + a0468cb commit 97c9045
Show file tree
Hide file tree
Showing 11 changed files with 1,267 additions and 2,235 deletions.
11 changes: 8 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/modules)

project(BlurRelax)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME})
find_package(Maya REQUIRED)
find_package(OpenGL REQUIRED)
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/../output/Maya${MAYA_VERSION})

set(SOURCE_FILES
"blurRelax.cpp"
"external/xxhash.h"
"external/xxhash.c"
"src/blurRelaxNode.cpp"
"src/blurRelaxNode.h"
"src/fastRelax.cpp"
"src/fastRelax.h"
"src/fastMayaRelax.cpp"
"src/fastMayaRelax.h"
"src/pluginRegister.cpp"
)

include_directories(${MAYA_INCLUDE_DIR})
Expand Down
Loading

0 comments on commit 97c9045

Please sign in to comment.