1st Version of the embedded rt_service
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/CMakeCache.txt
|
||||||
|
/cmake_install.cmake
|
||||||
|
/Makefile
|
||||||
7
CMakeFiles/.gitignore
vendored
Normal file
7
CMakeFiles/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
/CMakeDirectoryInformation.cmake
|
||||||
|
/CMakeOutput.log
|
||||||
|
/Makefile.cmake
|
||||||
|
/Makefile2
|
||||||
|
/TargetDirectories.txt
|
||||||
|
/cmake.check_cache
|
||||||
|
/progress.marks
|
||||||
5
CMakeFiles/3.25.2/.gitignore
vendored
Normal file
5
CMakeFiles/3.25.2/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/CMakeCCompiler.cmake
|
||||||
|
/CMakeCXXCompiler.cmake
|
||||||
|
/CMakeDetermineCompilerABI_C.bin
|
||||||
|
/CMakeDetermineCompilerABI_CXX.bin
|
||||||
|
/CMakeSystem.cmake
|
||||||
2
CMakeFiles/3.25.2/CompilerIdC/.gitignore
vendored
Normal file
2
CMakeFiles/3.25.2/CompilerIdC/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/CMakeCCompilerId.c
|
||||||
|
/a.out
|
||||||
2
CMakeFiles/3.25.2/CompilerIdCXX/.gitignore
vendored
Normal file
2
CMakeFiles/3.25.2/CompilerIdCXX/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/CMakeCXXCompilerId.cpp
|
||||||
|
/a.out
|
||||||
11
CMakeFiles/rt_service.dir/.gitignore
vendored
Normal file
11
CMakeFiles/rt_service.dir/.gitignore
vendored
Normal file
@@ -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
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
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 python and Boost - both are required dependencies
|
||||||
find_package(PythonLibs 3.10 REQUIRED)
|
find_package(PythonLibs 3.10 REQUIRED)
|
||||||
|
|||||||
BIN
rt_service.so
Executable file
BIN
rt_service.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user