ソースを参照

Changed CROWN_LIBRARY_NAME value to start with crown-lib, VisualStudio gets confused if both CROWN_EXECUTABLE_NAME and CROWN_LIBRARY_NAME have the same value

Dexter89 12 年 前
コミット
e011aba20f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -65,7 +65,7 @@ endif (CROWN_BUILD MATCHES "linux-debug-32")
 
 # executable name
 set (CROWN_EXECUTABLE_NAME crown-${CROWN_BUILD})
-set (CROWN_LIBRARY_NAME crown-${CROWN_BUILD})
+set (CROWN_LIBRARY_NAME crown-lib-${CROWN_BUILD})
 
 # always build the engine
 add_subdirectory(engine)