updated CMake support: remove Lib prefix, to facilitate Apple Framework support, add App prefix for demos
See discussion here: http://code.google.com/p/bullet/issues/detail?id=129
This commit is contained in:
@@ -8,7 +8,7 @@ ADD_DEFINITIONS( -D_CRT_SECURE_NO_DEPRECATE)
|
||||
|
||||
|
||||
|
||||
ADD_LIBRARY(LibXML
|
||||
ADD_LIBRARY(XML
|
||||
c14n.c
|
||||
catalog.c
|
||||
chvalid.c
|
||||
@@ -55,4 +55,4 @@ ADD_LIBRARY(LibXML
|
||||
xmlwriter.c
|
||||
xpath.c
|
||||
xpointer.c
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user