- fix typo on test/CMakeLists.txt
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1295 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/8/head
parent
aaf0be0bbf
commit
8eb6e077d3
|
@ -220,7 +220,7 @@ add_executable( unit
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
FIND_PACKAGE(DirectX REQUIRED)
|
FIND_PACKAGE(DirectX REQUIRED)
|
||||||
+ENDIF( WIN32 )
|
ENDIF( WIN32 )
|
||||||
SET_PROPERTY(TARGET assimp PROPERTY DEBUG_POSTFIX ${ASSIMP_DEBUG_POSTFIX})
|
SET_PROPERTY(TARGET assimp PROPERTY DEBUG_POSTFIX ${ASSIMP_DEBUG_POSTFIX})
|
||||||
|
|
||||||
# TODO: Port to non-Windows platforms.
|
# TODO: Port to non-Windows platforms.
|
||||||
|
|
Loading…
Reference in New Issue