diff --git a/packaging/3rdParty-devel/patches/FreeSOLID/libbroad/CMakeLists.txt b/packaging/3rdParty-devel/patches/FreeSOLID/libbroad/CMakeLists.txt new file mode 100644 index 000000000..1b41abdd6 --- /dev/null +++ b/packaging/3rdParty-devel/patches/FreeSOLID/libbroad/CMakeLists.txt @@ -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 +) diff --git a/packaging/3rdParty-devel/patches/FreeSOLID/libmoto/CMakeLists.txt b/packaging/3rdParty-devel/patches/FreeSOLID/libmoto/CMakeLists.txt new file mode 100644 index 000000000..b22abe4c1 --- /dev/null +++ b/packaging/3rdParty-devel/patches/FreeSOLID/libmoto/CMakeLists.txt @@ -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 +)