diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36a3492 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/CMakeCache.txt +/cmake_install.cmake +/Makefile diff --git a/CMakeFiles/.gitignore b/CMakeFiles/.gitignore new file mode 100644 index 0000000..2f794c2 --- /dev/null +++ b/CMakeFiles/.gitignore @@ -0,0 +1,7 @@ +/CMakeDirectoryInformation.cmake +/CMakeOutput.log +/Makefile.cmake +/Makefile2 +/TargetDirectories.txt +/cmake.check_cache +/progress.marks diff --git a/CMakeFiles/3.25.2/.gitignore b/CMakeFiles/3.25.2/.gitignore new file mode 100644 index 0000000..1675f1a --- /dev/null +++ b/CMakeFiles/3.25.2/.gitignore @@ -0,0 +1,5 @@ +/CMakeCCompiler.cmake +/CMakeCXXCompiler.cmake +/CMakeDetermineCompilerABI_C.bin +/CMakeDetermineCompilerABI_CXX.bin +/CMakeSystem.cmake diff --git a/CMakeFiles/3.25.2/CompilerIdC/.gitignore b/CMakeFiles/3.25.2/CompilerIdC/.gitignore new file mode 100644 index 0000000..4377608 --- /dev/null +++ b/CMakeFiles/3.25.2/CompilerIdC/.gitignore @@ -0,0 +1,2 @@ +/CMakeCCompilerId.c +/a.out diff --git a/CMakeFiles/3.25.2/CompilerIdCXX/.gitignore b/CMakeFiles/3.25.2/CompilerIdCXX/.gitignore new file mode 100644 index 0000000..44b2e04 --- /dev/null +++ b/CMakeFiles/3.25.2/CompilerIdCXX/.gitignore @@ -0,0 +1,2 @@ +/CMakeCXXCompilerId.cpp +/a.out diff --git a/CMakeFiles/rt_service.dir/.gitignore b/CMakeFiles/rt_service.dir/.gitignore new file mode 100644 index 0000000..d1d0ced --- /dev/null +++ b/CMakeFiles/rt_service.dir/.gitignore @@ -0,0 +1,11 @@ +/DependInfo.cmake +/build.make +/cmake_clean.cmake +/compiler_depend.make +/compiler_depend.ts +/depend.make +/flags.make +/link.txt +/progress.make +/rt_service.cpp.o +/rt_service.cpp.o.d diff --git a/CMakeLists.txt b/CMakeLists.txt index b98659a..a3d95cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.5) -set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") +project(re_service) + +# set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") # Find python and Boost - both are required dependencies find_package(PythonLibs 3.10 REQUIRED) diff --git a/rt_service.so b/rt_service.so new file mode 100755 index 0000000..d486179 Binary files /dev/null and b/rt_service.so differ