Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
椎名深雪 committed Dec 31, 2019
1 parent 1ad1d88 commit 7ad4233
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ build/
generated.*
cmake-*/
./include/
.idea/

# Imported mesh files
*.mesh
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
set(CXX_FS_LIBS stdc++fs)
endif()

find_package(Python3 REQUIRED)
find_package(PythonLibs 3 REQUIRED)
#find_package(Python3 REQUIRED)
#find_package(PythonLibs 3 REQUIRED)

include_directories(${PYTHON_INCLUDE_DIRS})
include_directories(include)
Expand Down
2 changes: 1 addition & 1 deletion external/miyuki.foundation
2 changes: 1 addition & 1 deletion external/pybind11
2 changes: 1 addition & 1 deletion external/tinyobjloader

0 comments on commit 7ad4233

Please sign in to comment.