Fixup cmake files (windows build is broke :<)
This commit is contained in:
parent
35d18c0f16
commit
6445434310
@ -4,7 +4,6 @@
|
||||
# ASSIMP_FOUND - system has Assimp
|
||||
# ASSIMP_INCLUDE_DIR - the Assimp include directories
|
||||
# ASSIMP_LIBRARIES - link these to use Assimp
|
||||
message(STATUS "Looking for Assimp")
|
||||
FIND_PATH( ASSIMP_INCLUDE_DIR assimp/mesh.h
|
||||
/usr/include
|
||||
/usr/local/include
|
||||
|
@ -1,3 +1,4 @@
|
||||
find_package(SWIG REQUIRED)
|
||||
include(UseSWIG)
|
||||
set_property(SOURCE couch.i PROPERTY CPLUSPLUS ON)
|
||||
set_property(SOURCE couch.i PROPERTY USE_TARGET_INCLUDE_DIRECTORIES ON)
|
||||
|
Loading…
Reference in New Issue
Block a user