Merge pull request #3112 from assimp/issue_3104
closes https://github.com/assimp/assimp/pull/3104:pull/3114/head
commit
17d8aa008e
|
@ -17,7 +17,6 @@ if ( MSVC )
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
${Assimp_SOURCE_DIR}/include
|
|
||||||
${Assimp_SOURCE_DIR}/code
|
${Assimp_SOURCE_DIR}/code
|
||||||
${OPENGL_INCLUDE_DIR}
|
${OPENGL_INCLUDE_DIR}
|
||||||
${GLUT_INCLUDE_DIR}
|
${GLUT_INCLUDE_DIR}
|
||||||
|
@ -30,7 +29,6 @@ LINK_DIRECTORIES(
|
||||||
)
|
)
|
||||||
|
|
||||||
ADD_EXECUTABLE( assimp_simpletexturedogl WIN32
|
ADD_EXECUTABLE( assimp_simpletexturedogl WIN32
|
||||||
SimpleTexturedOpenGL/include/boost_includes.h
|
|
||||||
SimpleTexturedOpenGL/src/model_loading.cpp
|
SimpleTexturedOpenGL/src/model_loading.cpp
|
||||||
${SAMPLES_SHARED_CODE_DIR}/UTFConverter.cpp
|
${SAMPLES_SHARED_CODE_DIR}/UTFConverter.cpp
|
||||||
${SAMPLES_SHARED_CODE_DIR}/UTFConverter.h
|
${SAMPLES_SHARED_CODE_DIR}/UTFConverter.h
|
||||||
|
@ -47,3 +45,4 @@ SET_TARGET_PROPERTIES( assimp_simpletexturedogl PROPERTIES
|
||||||
INSTALL( TARGETS assimp_simpletexturedogl
|
INSTALL( TARGETS assimp_simpletexturedogl
|
||||||
DESTINATION "${ASSIMP_BIN_INSTALL_DIR}" COMPONENT assimp-dev
|
DESTINATION "${ASSIMP_BIN_INSTALL_DIR}" COMPONENT assimp-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
#include <boost/lexical_cast.hpp>
|
|
Loading…
Reference in New Issue