Import FreeSOLID/lib{moto,broad}/CMakeLists.txt
Future commits will patch these files so as to fix issues with FreeSOLID's upstream build system. These files have been copied from the 2.1.2 release. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9599 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9b06806b32131c5e41f1103dfa711e721039968f Former-commit-id: b995698ff9c7f23f557574a6d2421dacd08d10c0
This commit is contained in:
parent
29e77529b3
commit
693cdc876a
2 changed files with 47 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
include_directories(${PROJECT_SOURCE_DIR}/libmoto)
|
||||
|
||||
add_library(broad
|
||||
BP_C-api.cpp
|
||||
BP_Endpoint.cpp
|
||||
BP_Endpoint.h
|
||||
BP_Proxy.cpp
|
||||
BP_Proxy.h
|
||||
BP_Scene.cpp
|
||||
BP_Scene.h
|
||||
)
|
|
@ -0,0 +1,36 @@
|
|||
add_library(moto
|
||||
GEN_List.h
|
||||
GEN_MinMax.h
|
||||
GEN_Optimize.h
|
||||
GEN_random.cpp
|
||||
GEN_random.h
|
||||
GEN_Stream.h
|
||||
MT_Matrix3x3.cpp
|
||||
MT_Matrix3x3.h
|
||||
MT_Matrix3x3.inl
|
||||
MT_Point2.cpp
|
||||
MT_Point2.h
|
||||
MT_Point2.inl
|
||||
MT_Point3.cpp
|
||||
MT_Point3.h
|
||||
MT_Point3.inl
|
||||
MT_Point.h
|
||||
MT_Quaternion.cpp
|
||||
MT_Quaternion.h
|
||||
MT_Quaternion.inl
|
||||
MT_Scalar.h
|
||||
MT_Transform.cpp
|
||||
MT_Transform.h
|
||||
MT_Tuple2.h
|
||||
MT_Tuple3.h
|
||||
MT_Tuple4.h
|
||||
MT_Vector2.cpp
|
||||
MT_Vector2.h
|
||||
MT_Vector2.inl
|
||||
MT_Vector3.cpp
|
||||
MT_Vector3.h
|
||||
MT_Vector3.inl
|
||||
MT_Vector4.cpp
|
||||
MT_Vector4.h
|
||||
MT_Vector4.inl
|
||||
)
|
Loading…
Reference in a new issue