feat(kotlin-compose): design system + 33 components + gallery_kt + e2e android emulator + scaffolder fixes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/lucas/fn_registry/cpp")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/lucas/fn_registry/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/vendor/catch2/catch_amalgamated.cpp" "tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o" "gcc" "tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/catch2.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/catch2.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/catch2.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/catch2.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o: tests/CMakeFiles/catch2.dir/flags.make
|
||||
tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o: /home/lucas/fn_registry/cpp/vendor/catch2/catch_amalgamated.cpp
|
||||
tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o: tests/CMakeFiles/catch2.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o -MF CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o.d -o CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o -c /home/lucas/fn_registry/cpp/vendor/catch2/catch_amalgamated.cpp
|
||||
|
||||
tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/catch2/catch_amalgamated.cpp > CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.i
|
||||
|
||||
tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/catch2/catch_amalgamated.cpp -o CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.s
|
||||
|
||||
# Object files for target catch2
|
||||
catch2_OBJECTS = \
|
||||
"CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o"
|
||||
|
||||
# External object files for target catch2
|
||||
catch2_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/libcatch2.a: tests/CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o
|
||||
tests/libcatch2.a: tests/CMakeFiles/catch2.dir/build.make
|
||||
tests/libcatch2.a: tests/CMakeFiles/catch2.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libcatch2.a"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/catch2.dir/cmake_clean_target.cmake
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/catch2.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/catch2.dir/build: tests/libcatch2.a
|
||||
.PHONY : tests/CMakeFiles/catch2.dir/build
|
||||
|
||||
tests/CMakeFiles/catch2.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/catch2.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/catch2.dir/clean
|
||||
|
||||
tests/CMakeFiles/catch2.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/catch2.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o"
|
||||
"CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o.d"
|
||||
"libcatch2.a"
|
||||
"libcatch2.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/catch2.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libcatch2.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for catch2.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for catch2.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for catch2.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libcatch2.a CMakeFiles/catch2.dir/__/vendor/catch2/catch_amalgamated.cpp.o
|
||||
/usr/bin/ranlib libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
31
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_badge.cpp" "tests/CMakeFiles/test_badge.dir/test_badge.cpp.o" "gcc" "tests/CMakeFiles/test_badge.dir/test_badge.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_badge.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_badge.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_badge.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_badge.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_badge.dir/test_badge.cpp.o: tests/CMakeFiles/test_badge.dir/flags.make
|
||||
tests/CMakeFiles/test_badge.dir/test_badge.cpp.o: /home/lucas/fn_registry/cpp/tests/test_badge.cpp
|
||||
tests/CMakeFiles/test_badge.dir/test_badge.cpp.o: tests/CMakeFiles/test_badge.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_badge.dir/test_badge.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_badge.dir/test_badge.cpp.o -MF CMakeFiles/test_badge.dir/test_badge.cpp.o.d -o CMakeFiles/test_badge.dir/test_badge.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_badge.cpp
|
||||
|
||||
tests/CMakeFiles/test_badge.dir/test_badge.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_badge.dir/test_badge.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_badge.cpp > CMakeFiles/test_badge.dir/test_badge.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_badge.dir/test_badge.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_badge.dir/test_badge.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_badge.cpp -o CMakeFiles/test_badge.dir/test_badge.cpp.s
|
||||
|
||||
# Object files for target test_badge
|
||||
test_badge_OBJECTS = \
|
||||
"CMakeFiles/test_badge.dir/test_badge.cpp.o"
|
||||
|
||||
# External object files for target test_badge
|
||||
test_badge_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_badge: tests/CMakeFiles/test_badge.dir/test_badge.cpp.o
|
||||
tests/test_badge: tests/CMakeFiles/test_badge.dir/build.make
|
||||
tests/test_badge: tests/libcatch2.a
|
||||
tests/test_badge: tests/CMakeFiles/test_badge.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_badge"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_badge.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_badge.dir/build: tests/test_badge
|
||||
.PHONY : tests/CMakeFiles/test_badge.dir/build
|
||||
|
||||
tests/CMakeFiles/test_badge.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_badge.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_badge.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_badge.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_badge.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_badge.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_badge.dir/test_badge.cpp.o"
|
||||
"CMakeFiles/test_badge.dir/test_badge.cpp.o.d"
|
||||
"test_badge"
|
||||
"test_badge.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_badge.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_badge.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_badge.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_badge.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_badge.dir/test_badge.cpp.o -o test_badge libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_bar_chart.cpp" "tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o" "gcc" "tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_bar_chart.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_bar_chart.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_bar_chart.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_bar_chart.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o: tests/CMakeFiles/test_bar_chart.dir/flags.make
|
||||
tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o: /home/lucas/fn_registry/cpp/tests/test_bar_chart.cpp
|
||||
tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o: tests/CMakeFiles/test_bar_chart.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o -MF CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o.d -o CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_bar_chart.cpp
|
||||
|
||||
tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_bar_chart.cpp > CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_bar_chart.cpp -o CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.s
|
||||
|
||||
# Object files for target test_bar_chart
|
||||
test_bar_chart_OBJECTS = \
|
||||
"CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o"
|
||||
|
||||
# External object files for target test_bar_chart
|
||||
test_bar_chart_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_bar_chart: tests/CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o
|
||||
tests/test_bar_chart: tests/CMakeFiles/test_bar_chart.dir/build.make
|
||||
tests/test_bar_chart: tests/libcatch2.a
|
||||
tests/test_bar_chart: tests/CMakeFiles/test_bar_chart.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_bar_chart"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_bar_chart.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_bar_chart.dir/build: tests/test_bar_chart
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart.dir/build
|
||||
|
||||
tests/CMakeFiles/test_bar_chart.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_bar_chart.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_bar_chart.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_bar_chart.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o"
|
||||
"CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o.d"
|
||||
"test_bar_chart"
|
||||
"test_bar_chart.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_bar_chart.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_bar_chart.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_bar_chart.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_bar_chart.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_bar_chart.dir/test_bar_chart.cpp.o -o test_bar_chart libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 85
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_bar_chart_math.cpp" "tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o" "gcc" "tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_bar_chart_math.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_bar_chart_math.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_bar_chart_math.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_bar_chart_math.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o: tests/CMakeFiles/test_bar_chart_math.dir/flags.make
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o: /home/lucas/fn_registry/cpp/tests/test_bar_chart_math.cpp
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o: tests/CMakeFiles/test_bar_chart_math.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o -MF CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o.d -o CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_bar_chart_math.cpp
|
||||
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_bar_chart_math.cpp > CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_bar_chart_math.cpp -o CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.s
|
||||
|
||||
# Object files for target test_bar_chart_math
|
||||
test_bar_chart_math_OBJECTS = \
|
||||
"CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o"
|
||||
|
||||
# External object files for target test_bar_chart_math
|
||||
test_bar_chart_math_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_bar_chart_math: tests/CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o
|
||||
tests/test_bar_chart_math: tests/CMakeFiles/test_bar_chart_math.dir/build.make
|
||||
tests/test_bar_chart_math: tests/libcatch2.a
|
||||
tests/test_bar_chart_math: tests/CMakeFiles/test_bar_chart_math.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_bar_chart_math"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_bar_chart_math.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/build: tests/test_bar_chart_math
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart_math.dir/build
|
||||
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_bar_chart_math.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart_math.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_bar_chart_math.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_bar_chart_math.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_bar_chart_math.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o"
|
||||
"CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o.d"
|
||||
"test_bar_chart_math"
|
||||
"test_bar_chart_math.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_bar_chart_math.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_bar_chart_math.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_bar_chart_math.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_bar_chart_math.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_bar_chart_math.dir/test_bar_chart_math.cpp.o -o test_bar_chart_math libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_button.cpp" "tests/CMakeFiles/test_button.dir/test_button.cpp.o" "gcc" "tests/CMakeFiles/test_button.dir/test_button.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_button.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_button.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_button.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_button.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_button.dir/test_button.cpp.o: tests/CMakeFiles/test_button.dir/flags.make
|
||||
tests/CMakeFiles/test_button.dir/test_button.cpp.o: /home/lucas/fn_registry/cpp/tests/test_button.cpp
|
||||
tests/CMakeFiles/test_button.dir/test_button.cpp.o: tests/CMakeFiles/test_button.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_button.dir/test_button.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_button.dir/test_button.cpp.o -MF CMakeFiles/test_button.dir/test_button.cpp.o.d -o CMakeFiles/test_button.dir/test_button.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_button.cpp
|
||||
|
||||
tests/CMakeFiles/test_button.dir/test_button.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_button.dir/test_button.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_button.cpp > CMakeFiles/test_button.dir/test_button.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_button.dir/test_button.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_button.dir/test_button.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_button.cpp -o CMakeFiles/test_button.dir/test_button.cpp.s
|
||||
|
||||
# Object files for target test_button
|
||||
test_button_OBJECTS = \
|
||||
"CMakeFiles/test_button.dir/test_button.cpp.o"
|
||||
|
||||
# External object files for target test_button
|
||||
test_button_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_button: tests/CMakeFiles/test_button.dir/test_button.cpp.o
|
||||
tests/test_button: tests/CMakeFiles/test_button.dir/build.make
|
||||
tests/test_button: tests/libcatch2.a
|
||||
tests/test_button: tests/CMakeFiles/test_button.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_button"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_button.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_button.dir/build: tests/test_button
|
||||
.PHONY : tests/CMakeFiles/test_button.dir/build
|
||||
|
||||
tests/CMakeFiles/test_button.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_button.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_button.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_button.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_button.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_button.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_button.dir/test_button.cpp.o"
|
||||
"CMakeFiles/test_button.dir/test_button.cpp.o.d"
|
||||
"test_button"
|
||||
"test_button.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_button.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_button.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_button.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_button.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_button.dir/test_button.cpp.o -o test_button libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_dashboard_grid.cpp" "tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o" "gcc" "tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_dashboard_grid.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_dashboard_grid.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_dashboard_grid.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_dashboard_grid.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o: tests/CMakeFiles/test_dashboard_grid.dir/flags.make
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o: /home/lucas/fn_registry/cpp/tests/test_dashboard_grid.cpp
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o: tests/CMakeFiles/test_dashboard_grid.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o -MF CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o.d -o CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_dashboard_grid.cpp
|
||||
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_dashboard_grid.cpp > CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_dashboard_grid.cpp -o CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.s
|
||||
|
||||
# Object files for target test_dashboard_grid
|
||||
test_dashboard_grid_OBJECTS = \
|
||||
"CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o"
|
||||
|
||||
# External object files for target test_dashboard_grid
|
||||
test_dashboard_grid_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_dashboard_grid: tests/CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o
|
||||
tests/test_dashboard_grid: tests/CMakeFiles/test_dashboard_grid.dir/build.make
|
||||
tests/test_dashboard_grid: tests/libcatch2.a
|
||||
tests/test_dashboard_grid: tests/CMakeFiles/test_dashboard_grid.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_dashboard_grid"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_dashboard_grid.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/build: tests/test_dashboard_grid
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_grid.dir/build
|
||||
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_dashboard_grid.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_grid.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_dashboard_grid.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_dashboard_grid.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_grid.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o"
|
||||
"CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o.d"
|
||||
"test_dashboard_grid"
|
||||
"test_dashboard_grid.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_dashboard_grid.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_dashboard_grid.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_dashboard_grid.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_dashboard_grid.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_dashboard_grid.dir/test_dashboard_grid.cpp.o -o test_dashboard_grid libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 = 86
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_dashboard_panel.cpp" "tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o" "gcc" "tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_dashboard_panel.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_dashboard_panel.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_dashboard_panel.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_dashboard_panel.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o: tests/CMakeFiles/test_dashboard_panel.dir/flags.make
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o: /home/lucas/fn_registry/cpp/tests/test_dashboard_panel.cpp
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o: tests/CMakeFiles/test_dashboard_panel.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o -MF CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o.d -o CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_dashboard_panel.cpp
|
||||
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_dashboard_panel.cpp > CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_dashboard_panel.cpp -o CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.s
|
||||
|
||||
# Object files for target test_dashboard_panel
|
||||
test_dashboard_panel_OBJECTS = \
|
||||
"CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o"
|
||||
|
||||
# External object files for target test_dashboard_panel
|
||||
test_dashboard_panel_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_dashboard_panel: tests/CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o
|
||||
tests/test_dashboard_panel: tests/CMakeFiles/test_dashboard_panel.dir/build.make
|
||||
tests/test_dashboard_panel: tests/libcatch2.a
|
||||
tests/test_dashboard_panel: tests/CMakeFiles/test_dashboard_panel.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_dashboard_panel"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_dashboard_panel.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/build: tests/test_dashboard_panel
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_panel.dir/build
|
||||
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_dashboard_panel.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_panel.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_dashboard_panel.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_dashboard_panel.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_dashboard_panel.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o"
|
||||
"CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o.d"
|
||||
"test_dashboard_panel"
|
||||
"test_dashboard_panel.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_dashboard_panel.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_dashboard_panel.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_dashboard_panel.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_dashboard_panel.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_dashboard_panel.dir/test_dashboard_panel.cpp.o -o test_dashboard_panel libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/tests/test_empty_state.cpp" "tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o" "gcc" "tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_empty_state.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_empty_state.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_empty_state.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_empty_state.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o: tests/CMakeFiles/test_empty_state.dir/flags.make
|
||||
tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o: /home/lucas/fn_registry/cpp/tests/test_empty_state.cpp
|
||||
tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o: tests/CMakeFiles/test_empty_state.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o -MF CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o.d -o CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_empty_state.cpp
|
||||
|
||||
tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_empty_state.dir/test_empty_state.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_empty_state.cpp > CMakeFiles/test_empty_state.dir/test_empty_state.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_empty_state.dir/test_empty_state.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_empty_state.cpp -o CMakeFiles/test_empty_state.dir/test_empty_state.cpp.s
|
||||
|
||||
# Object files for target test_empty_state
|
||||
test_empty_state_OBJECTS = \
|
||||
"CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o"
|
||||
|
||||
# External object files for target test_empty_state
|
||||
test_empty_state_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_empty_state: tests/CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o
|
||||
tests/test_empty_state: tests/CMakeFiles/test_empty_state.dir/build.make
|
||||
tests/test_empty_state: tests/libcatch2.a
|
||||
tests/test_empty_state: tests/CMakeFiles/test_empty_state.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_empty_state"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_empty_state.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_empty_state.dir/build: tests/test_empty_state
|
||||
.PHONY : tests/CMakeFiles/test_empty_state.dir/build
|
||||
|
||||
tests/CMakeFiles/test_empty_state.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_empty_state.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_empty_state.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_empty_state.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_empty_state.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_empty_state.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o"
|
||||
"CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o.d"
|
||||
"test_empty_state"
|
||||
"test_empty_state.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_empty_state.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_empty_state.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_empty_state.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_empty_state.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_empty_state.dir/test_empty_state.cpp.o -o test_empty_state libcatch2.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/functions/core/file_poll_diff.cpp" "tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o" "gcc" "tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/tests/test_file_poll_diff.cpp" "tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o" "gcc" "tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,127 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_file_poll_diff.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_file_poll_diff.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_file_poll_diff.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_file_poll_diff.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o: tests/CMakeFiles/test_file_poll_diff.dir/flags.make
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o: /home/lucas/fn_registry/cpp/tests/test_file_poll_diff.cpp
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o: tests/CMakeFiles/test_file_poll_diff.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o -MF CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o.d -o CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_file_poll_diff.cpp
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_file_poll_diff.cpp > CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_file_poll_diff.cpp -o CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o: tests/CMakeFiles/test_file_poll_diff.dir/flags.make
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o: /home/lucas/fn_registry/cpp/functions/core/file_poll_diff.cpp
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o: tests/CMakeFiles/test_file_poll_diff.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o -MF CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o.d -o CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/file_poll_diff.cpp
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/file_poll_diff.cpp > CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/file_poll_diff.cpp -o CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.s
|
||||
|
||||
# Object files for target test_file_poll_diff
|
||||
test_file_poll_diff_OBJECTS = \
|
||||
"CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o" \
|
||||
"CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o"
|
||||
|
||||
# External object files for target test_file_poll_diff
|
||||
test_file_poll_diff_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_file_poll_diff: tests/CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o
|
||||
tests/test_file_poll_diff: tests/CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o
|
||||
tests/test_file_poll_diff: tests/CMakeFiles/test_file_poll_diff.dir/build.make
|
||||
tests/test_file_poll_diff: tests/libcatch2.a
|
||||
tests/test_file_poll_diff: tests/CMakeFiles/test_file_poll_diff.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable test_file_poll_diff"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_file_poll_diff.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/build: tests/test_file_poll_diff
|
||||
.PHONY : tests/CMakeFiles/test_file_poll_diff.dir/build
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_file_poll_diff.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_file_poll_diff.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_file_poll_diff.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_file_poll_diff.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_file_poll_diff.dir/depend
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o"
|
||||
"CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o.d"
|
||||
"CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o"
|
||||
"CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o.d"
|
||||
"test_file_poll_diff"
|
||||
"test_file_poll_diff.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_file_poll_diff.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_file_poll_diff.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_file_poll_diff.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_file_poll_diff.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_file_poll_diff.dir/test_file_poll_diff.cpp.o CMakeFiles/test_file_poll_diff.dir/__/functions/core/file_poll_diff.cpp.o -o test_file_poll_diff libcatch2.a
|
||||
@@ -0,0 +1,4 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 = 87
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp" "tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o" "gcc" "tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/tests/test_graph_edge_static.cpp" "tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o" "gcc" "tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,127 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_graph_edge_static.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_graph_edge_static.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_graph_edge_static.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_graph_edge_static.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o: tests/CMakeFiles/test_graph_edge_static.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o: /home/lucas/fn_registry/cpp/tests/test_graph_edge_static.cpp
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o: tests/CMakeFiles/test_graph_edge_static.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o -MF CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o.d -o CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_graph_edge_static.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_graph_edge_static.cpp > CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_graph_edge_static.cpp -o CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o: tests/CMakeFiles/test_graph_edge_static.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o: /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o: tests/CMakeFiles/test_graph_edge_static.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o -MF CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o.d -o CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o -c /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp > CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp -o CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.s
|
||||
|
||||
# Object files for target test_graph_edge_static
|
||||
test_graph_edge_static_OBJECTS = \
|
||||
"CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o" \
|
||||
"CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o"
|
||||
|
||||
# External object files for target test_graph_edge_static
|
||||
test_graph_edge_static_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_graph_edge_static: tests/CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o
|
||||
tests/test_graph_edge_static: tests/CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o
|
||||
tests/test_graph_edge_static: tests/CMakeFiles/test_graph_edge_static.dir/build.make
|
||||
tests/test_graph_edge_static: tests/libcatch2.a
|
||||
tests/test_graph_edge_static: tests/CMakeFiles/test_graph_edge_static.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable test_graph_edge_static"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_graph_edge_static.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/build: tests/test_graph_edge_static
|
||||
.PHONY : tests/CMakeFiles/test_graph_edge_static.dir/build
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_graph_edge_static.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_graph_edge_static.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_graph_edge_static.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_edge_static.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_graph_edge_static.dir/depend
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o"
|
||||
"CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o.d"
|
||||
"CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o"
|
||||
"CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o.d"
|
||||
"test_graph_edge_static"
|
||||
"test_graph_edge_static.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_graph_edge_static.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_graph_edge_static.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_graph_edge_static.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_graph_edge_static.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_graph_edge_static.dir/test_graph_edge_static.cpp.o CMakeFiles/test_graph_edge_static.dir/__/functions/viz/graph_types.cpp.o -o test_graph_edge_static libcatch2.a
|
||||
@@ -0,0 +1,4 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/viz/graph_force_layout.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/viz/graph_force_layout_gpu.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/viz/graph_layouts.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/tests/test_graph_force_layout_gpu.cpp" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o" "gcc" "tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,194 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include tests/CMakeFiles/test_graph_force_layout_gpu.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include tests/CMakeFiles/test_graph_force_layout_gpu.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o: /home/lucas/fn_registry/cpp/tests/test_graph_force_layout_gpu.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_graph_force_layout_gpu.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_graph_force_layout_gpu.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_graph_force_layout_gpu.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o: /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout_gpu.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o -c /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout_gpu.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout_gpu.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout_gpu.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o: /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o -c /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/viz/graph_force_layout.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o: /home/lucas/fn_registry/cpp/functions/viz/graph_layouts.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o -c /home/lucas/fn_registry/cpp/functions/viz/graph_layouts.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/viz/graph_layouts.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/viz/graph_layouts.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o: /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o -c /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/viz/graph_types.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.s
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/flags.make
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o: /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o: tests/CMakeFiles/test_graph_force_layout_gpu.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o -MF CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o.d -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o -c /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp > CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.i
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp -o CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.s
|
||||
|
||||
# Object files for target test_graph_force_layout_gpu
|
||||
test_graph_force_layout_gpu_OBJECTS = \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o" \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o" \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o" \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o" \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o" \
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o"
|
||||
|
||||
# External object files for target test_graph_force_layout_gpu
|
||||
test_graph_force_layout_gpu_EXTERNAL_OBJECTS =
|
||||
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/build.make
|
||||
tests/test_graph_force_layout_gpu: tests/libcatch2.a
|
||||
tests/test_graph_force_layout_gpu: /usr/lib/x86_64-linux-gnu/libglfw.so.3.3
|
||||
tests/test_graph_force_layout_gpu: /usr/lib/x86_64-linux-gnu/libGLX.so
|
||||
tests/test_graph_force_layout_gpu: /usr/lib/x86_64-linux-gnu/libOpenGL.so
|
||||
tests/test_graph_force_layout_gpu: tests/CMakeFiles/test_graph_force_layout_gpu.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable test_graph_force_layout_gpu"
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_graph_force_layout_gpu.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/build: tests/test_graph_force_layout_gpu
|
||||
.PHONY : tests/CMakeFiles/test_graph_force_layout_gpu.dir/build
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_graph_force_layout_gpu.dir/cmake_clean.cmake
|
||||
.PHONY : tests/CMakeFiles/test_graph_force_layout_gpu.dir/clean
|
||||
|
||||
tests/CMakeFiles/test_graph_force_layout_gpu.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_force_layout_gpu.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : tests/CMakeFiles/test_graph_force_layout_gpu.dir/depend
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/gfx/gl_loader.cpp.o.d"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout.cpp.o.d"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_force_layout_gpu.cpp.o.d"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_layouts.cpp.o.d"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/__/functions/viz/graph_types.cpp.o.d"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o"
|
||||
"CMakeFiles/test_graph_force_layout_gpu.dir/test_graph_force_layout_gpu.cpp.o.d"
|
||||
"test_graph_force_layout_gpu"
|
||||
"test_graph_force_layout_gpu.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/test_graph_force_layout_gpu.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for test_graph_force_layout_gpu.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for test_graph_force_layout_gpu.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for test_graph_force_layout_gpu.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user