ソースを参照

- fix typo on test/CMakeLists.txt

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1295 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 13 年 前
コミット
8eb6e077d3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

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