|
|
@@ -0,0 +1,24 @@
|
|
|
+set(P3CHAR_HEADERS
|
|
|
+ character.I character.h
|
|
|
+ characterJoint.I characterJoint.h
|
|
|
+ characterJointBundle.I characterJointBundle.h
|
|
|
+ characterJointEffect.h characterJointEffect.I
|
|
|
+ characterSlider.h
|
|
|
+ characterVertexSlider.I characterVertexSlider.h
|
|
|
+ config_char.h
|
|
|
+ jointVertexTransform.I jointVertexTransform.h
|
|
|
+)
|
|
|
+set(P3CHAR_SOURCES
|
|
|
+ character.cxx
|
|
|
+ characterJoint.cxx characterJointBundle.cxx
|
|
|
+ characterJointEffect.cxx
|
|
|
+ characterSlider.cxx
|
|
|
+ characterVertexSlider.cxx
|
|
|
+ config_char.cxx
|
|
|
+ jointVertexTransform.cxx
|
|
|
+)
|
|
|
+
|
|
|
+composite_sources(p3char P3CHAR_SOURCES)
|
|
|
+add_library(p3char ${P3CHAR_HEADERS} ${P3CHAR_SOURCES})
|
|
|
+target_link_libraries(p3char p3chan)
|
|
|
+target_interrogate(p3char ALL)
|