edited api class and made it to work
This commit is contained in:
@ -59,10 +59,10 @@ RM = /home/lukas/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/191.6707.69/bin/
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/lukas/CLionProjects/iprefresher
|
||||
CMAKE_SOURCE_DIR = /home/lukas/CLionProjects/DynuIPRefresher
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lukas/CLionProjects/iprefresher/cmake-build-debug
|
||||
CMAKE_BINARY_DIR = /home/lukas/CLionProjects/DynuIPRefresher/cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/iprefresher.dir
|
||||
@ -71,7 +71,7 @@ CMAKE_BINARY_DIR = /home/lukas/CLionProjects/iprefresher/cmake-build-debug
|
||||
CMakeFiles/iprefresher.dir/all:
|
||||
$(MAKE) -f CMakeFiles/iprefresher.dir/build.make CMakeFiles/iprefresher.dir/depend
|
||||
$(MAKE) -f CMakeFiles/iprefresher.dir/build.make CMakeFiles/iprefresher.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lukas/CLionProjects/iprefresher/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "Built target iprefresher"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lukas/CLionProjects/DynuIPRefresher/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "Built target iprefresher"
|
||||
.PHONY : CMakeFiles/iprefresher.dir/all
|
||||
|
||||
# Include target in all.
|
||||
@ -81,9 +81,9 @@ all: CMakeFiles/iprefresher.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/iprefresher.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/lukas/CLionProjects/iprefresher/cmake-build-debug/CMakeFiles 3
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/lukas/CLionProjects/DynuIPRefresher/cmake-build-debug/CMakeFiles 3
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/iprefresher.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/lukas/CLionProjects/iprefresher/cmake-build-debug/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/lukas/CLionProjects/DynuIPRefresher/cmake-build-debug/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/iprefresher.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
Reference in New Issue
Block a user