Update CMakeLists.txt
- Show a cmake-warning if assimp_view shall be build for linux / macpull/4402/head
parent
a34688230d
commit
caaeef2b56
|
@ -699,6 +699,8 @@ IF ( ASSIMP_BUILD_ASSIMP_TOOLS )
|
|||
IF ( ASSIMP_BUILD_ASSIMP_VIEW )
|
||||
ADD_SUBDIRECTORY( tools/assimp_view/ )
|
||||
ENDIF ()
|
||||
ELSE()
|
||||
MESSAGE("Building Assimp Viewer only supported on Windows.")
|
||||
ENDIF ()
|
||||
# The command line tool
|
||||
ADD_SUBDIRECTORY( tools/assimp_cmd/ )
|
||||
|
|
Loading…
Reference in New Issue