Skip to content

Commit

Permalink
Better VPT, removed dependency on assimp, included tiny_obj_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Dec 21, 2016
1 parent 26cf037 commit 15f2d5e
Show file tree
Hide file tree
Showing 54 changed files with 2,057 additions and 13,668 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Expand Up @@ -32,8 +32,6 @@ message("Module path:" ${CMAKE_MODULE_PATH})
set(CMAKE_BUILD_TYPE Release)

find_package(OpenGL REQUIRED)
find_package(assimp REQUIRED)
include_directories(${ASSIMP_INCLUDE_DIRS})

include_directories("external/include/glm")
# find_library(OPENCL_LIBRARIES OpenCL)
Expand Down Expand Up @@ -97,8 +95,6 @@ target_link_libraries(${CORE_LIBRARY_NAME} ${GLEW_LIBRARIES})
target_link_libraries(${CORE_LIBRARY_NAME} ${EMBREE_LIBRARY})
target_link_libraries(${CORE_LIBRARY_NAME} ${PYTHON_LIBRARIES})
target_link_libraries(${CORE_LIBRARY_NAME} ${ANN_LIBRARIES})
target_link_libraries(${CORE_LIBRARY_NAME} ${ASSIMP_LIBRARY_RELEASE})
target_link_libraries(${CORE_LIBRARY_NAME} ${assimp_LIBRARIES})
target_link_libraries(${CORE_LIBRARY_NAME} ${Boost_LIBRARIES})

if (UNIX)
Expand Down
85 changes: 0 additions & 85 deletions cmake/Findassimp.cmake

This file was deleted.

22 changes: 0 additions & 22 deletions external/include/assimp/Compiler/poppack1.h

This file was deleted.

0 comments on commit 15f2d5e

Please sign in to comment.