Fixup cmake files (windows build is broke :<)

This commit is contained in:
Dane Johnson 2021-02-05 15:54:37 -06:00
parent 35d18c0f16
commit 6445434310
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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)