|
@@ -3,21 +3,21 @@
|
|
|
# the plugin to fail to compile for some customers of the plugin.
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
|
|
-project(esotericsoftware_spine_flutter_library VERSION 0.0.1)
|
|
|
+project(pine_flutter_library VERSION 0.0.1)
|
|
|
|
|
|
file(GLOB SPINE_SOURCES "spine-cpp/src/**/*.cpp")
|
|
|
|
|
|
-add_library(esotericsoftware_spine_flutter SHARED
|
|
|
+add_library(spine_flutter SHARED
|
|
|
"spine_flutter.cpp"
|
|
|
${SPINE_SOURCES}
|
|
|
)
|
|
|
|
|
|
-set_target_properties(esotericsoftware_spine_flutter PROPERTIES
|
|
|
+set_target_properties(spine_flutter PROPERTIES
|
|
|
PUBLIC_HEADER spine_flutter.h
|
|
|
- OUTPUT_NAME "esotericsoftware_spine_flutter"
|
|
|
+ OUTPUT_NAME "spine_flutter"
|
|
|
)
|
|
|
-target_include_directories(esotericsoftware_spine_flutter PUBLIC spine-cpp/include)
|
|
|
-target_compile_definitions(esotericsoftware_spine_flutter PUBLIC DART_SHARED_LIB)
|
|
|
+target_include_directories(spine_flutter PUBLIC spine-cpp/include)
|
|
|
+target_compile_definitions(spine_flutter PUBLIC DART_SHARED_LIB)
|
|
|
|
|
|
if(${SPINE_FLUTTER_TESTBED})
|
|
|
set (CMAKE_CXX_STANDARD 11)
|