Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
34
build/libazeron/CMakeFiles/azeron.dir/DependInfo.cmake
Normal file
34
build/libazeron/CMakeFiles/azeron.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/azeron.c" "libazeron/CMakeFiles/azeron.dir/azeron.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/azeron.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/device.c" "libazeron/CMakeFiles/azeron.dir/device.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/device.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/protocol.c" "libazeron/CMakeFiles/azeron.dir/protocol.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/protocol.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/utils.c" "libazeron/CMakeFiles/azeron.dir/utils.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/utils.c.o.d"
|
||||
"" "libazeron/libazeron.so" "gcc" "libazeron/CMakeFiles/azeron.dir/link.d"
|
||||
)
|
||||
|
||||
# Pairs of files generated by the same build rule.
|
||||
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so" "/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1.0.0"
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1" "/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1.0.0"
|
||||
)
|
||||
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
Reference in New Issue
Block a user