1312 lines
100 KiB
Text
1312 lines
100 KiB
Text
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Ninja" Generator, CMake Version 3.21
|
|
|
|
# This file contains all the build statements describing the
|
|
# compilation DAG.
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
#
|
|
# Which is the root file.
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Project: Graph
|
|
# Configurations: Debug
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Minimal version of Ninja required by this file
|
|
|
|
ninja_required_version = 1.5
|
|
|
|
|
|
#############################################
|
|
# Set configuration variable for custom commands.
|
|
|
|
CONFIGURATION = Debug
|
|
# =============================================================================
|
|
# Include auxiliary files.
|
|
|
|
|
|
#############################################
|
|
# Include rules file.
|
|
|
|
include CMakeFiles/rules.ninja
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Logical path to working directory; prefix for absolute paths.
|
|
|
|
cmake_ninja_workdir = /home/josh/Development/graph/cmake-build-debug/
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target Engine
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for Engine
|
|
|
|
build cmake_object_order_depends_target_Engine: phony || cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb
|
|
|
|
build CMakeFiles/Engine.dir/src/renderer.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/renderer.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/renderer.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/worldpass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/worldpass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/worldpass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/postpass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/postpass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/postpass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/dofpass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/dofpass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/dofpass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/skypass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/skypass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/skypass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/shadowpass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/shadowpass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/shadowpass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/config.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/config.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/config.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/stringutils.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/stringutils.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/stringutils.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/animationsystem.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/animationsystem.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/animationsystem.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/worldmanager.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/worldmanager.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/worldmanager.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/assetmanager.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/assetmanager.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/assetmanager.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/entityparser.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/entityparser.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/entityparser.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/smaapass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/smaapass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/smaapass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/debugpass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/debugpass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/debugpass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/audiosystem.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/audiosystem.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/audiosystem.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
build CMakeFiles/Engine.dir/src/imguipass.cpp.o: CXX_COMPILER__Engine_Debug /home/josh/Development/graph/src/imguipass.cpp || cmake_object_order_depends_target_Engine
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/Engine.dir/src/imguipass.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Engine.dir/src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target Engine
|
|
|
|
|
|
#############################################
|
|
# Link the static library libEngine.a
|
|
|
|
build libEngine.a: CXX_STATIC_LIBRARY_LINKER__Engine_Debug CMakeFiles/Engine.dir/src/renderer.cpp.o CMakeFiles/Engine.dir/src/worldpass.cpp.o CMakeFiles/Engine.dir/src/postpass.cpp.o CMakeFiles/Engine.dir/src/dofpass.cpp.o CMakeFiles/Engine.dir/src/skypass.cpp.o CMakeFiles/Engine.dir/src/shadowpass.cpp.o CMakeFiles/Engine.dir/src/config.cpp.o CMakeFiles/Engine.dir/src/stringutils.cpp.o CMakeFiles/Engine.dir/src/animationsystem.cpp.o CMakeFiles/Engine.dir/src/worldmanager.cpp.o CMakeFiles/Engine.dir/src/assetmanager.cpp.o CMakeFiles/Engine.dir/src/entityparser.cpp.o CMakeFiles/Engine.dir/src/smaapass.cpp.o CMakeFiles/Engine.dir/src/debugpass.cpp.o CMakeFiles/Engine.dir/src/audiosystem.cpp.o CMakeFiles/Engine.dir/src/imguipass.cpp.o || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a /usr/lib/libSDL2-2.0.so.0.18.2
|
|
LANGUAGE_COMPILE_FLAGS = -g
|
|
OBJECT_DIR = CMakeFiles/Engine.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = libEngine.a
|
|
TARGET_PDB = Engine.a.dbg
|
|
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target ITER
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for ITER
|
|
|
|
build cmake_object_order_depends_target_ITER: phony || BuildShaders cmake_object_order_depends_target_Engine cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb
|
|
|
|
build CMakeFiles/ITER.dir/src/main.cpp.o: CXX_COMPILER__ITER_Debug /home/josh/Development/graph/src/main.cpp || cmake_object_order_depends_target_ITER
|
|
DEFINES = -DDEBUG
|
|
DEP_FILE = CMakeFiles/ITER.dir/src/main.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = CMakeFiles/ITER.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/ITER.dir/src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target ITER
|
|
|
|
|
|
#############################################
|
|
# Link the executable ITER
|
|
|
|
build ITER: CXX_EXECUTABLE_LINKER__ITER_Debug CMakeFiles/ITER.dir/src/main.cpp.o | libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a BuildShaders libEngine.a
|
|
FLAGS = -g
|
|
LINK_FLAGS = -rdynamic
|
|
LINK_LIBRARIES = libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so -lassimp /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a
|
|
OBJECT_DIR = CMakeFiles/ITER.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = ITER
|
|
TARGET_PDB = ITER.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for BuildShaders
|
|
|
|
build BuildShaders: phony CMakeFiles/BuildShaders shaders/blend.frag.spv shaders/blend.vert.spv shaders/dof.frag.spv shaders/dof.vert.spv shaders/edge.frag.spv shaders/edge.vert.spv shaders/imgui.frag.spv shaders/imgui.vert.spv shaders/mesh.frag.spv shaders/mesh.vert.spv shaders/post.frag.spv shaders/post.vert.spv shaders/shadow.vert.spv shaders/sky.frag.spv shaders/sky.vert.spv shaders/sobel.frag.spv shaders/sobel.vert.spv
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build edit_cache: phony CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Phony custom command for CMakeFiles/BuildShaders
|
|
|
|
build CMakeFiles/BuildShaders | ${cmake_ninja_workdir}CMakeFiles/BuildShaders: phony shaders/mesh.vert.spv shaders/mesh.frag.spv shaders/post.vert.spv shaders/post.frag.spv shaders/dof.vert.spv shaders/dof.frag.spv shaders/imgui.vert.spv shaders/imgui.frag.spv shaders/sky.vert.spv shaders/sky.frag.spv shaders/shadow.vert.spv shaders/edge.vert.spv shaders/edge.frag.spv shaders/blend.vert.spv shaders/blend.frag.spv shaders/sobel.vert.spv shaders/sobel.frag.spv
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/blend.frag.spv
|
|
|
|
build shaders/blend.frag.spv | ${cmake_ninja_workdir}shaders/blend.frag.spv: CUSTOM_COMMAND ../shaders/blend.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/blend.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/blend.frag.spv
|
|
DESC = Generating shaders/blend.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/blend.vert.spv
|
|
|
|
build shaders/blend.vert.spv | ${cmake_ninja_workdir}shaders/blend.vert.spv: CUSTOM_COMMAND ../shaders/blend.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/blend.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/blend.vert.spv
|
|
DESC = Generating shaders/blend.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/dof.frag.spv
|
|
|
|
build shaders/dof.frag.spv | ${cmake_ninja_workdir}shaders/dof.frag.spv: CUSTOM_COMMAND ../shaders/dof.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/dof.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/dof.frag.spv
|
|
DESC = Generating shaders/dof.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/dof.vert.spv
|
|
|
|
build shaders/dof.vert.spv | ${cmake_ninja_workdir}shaders/dof.vert.spv: CUSTOM_COMMAND ../shaders/dof.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/dof.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/dof.vert.spv
|
|
DESC = Generating shaders/dof.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/edge.frag.spv
|
|
|
|
build shaders/edge.frag.spv | ${cmake_ninja_workdir}shaders/edge.frag.spv: CUSTOM_COMMAND ../shaders/edge.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/edge.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/edge.frag.spv
|
|
DESC = Generating shaders/edge.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/edge.vert.spv
|
|
|
|
build shaders/edge.vert.spv | ${cmake_ninja_workdir}shaders/edge.vert.spv: CUSTOM_COMMAND ../shaders/edge.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/edge.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/edge.vert.spv
|
|
DESC = Generating shaders/edge.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/imgui.frag.spv
|
|
|
|
build shaders/imgui.frag.spv | ${cmake_ninja_workdir}shaders/imgui.frag.spv: CUSTOM_COMMAND ../shaders/imgui.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/imgui.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/imgui.frag.spv
|
|
DESC = Generating shaders/imgui.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/imgui.vert.spv
|
|
|
|
build shaders/imgui.vert.spv | ${cmake_ninja_workdir}shaders/imgui.vert.spv: CUSTOM_COMMAND ../shaders/imgui.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/imgui.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/imgui.vert.spv
|
|
DESC = Generating shaders/imgui.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/mesh.frag.spv
|
|
|
|
build shaders/mesh.frag.spv | ${cmake_ninja_workdir}shaders/mesh.frag.spv: CUSTOM_COMMAND ../shaders/mesh.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/mesh.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/mesh.frag.spv
|
|
DESC = Generating shaders/mesh.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/mesh.vert.spv
|
|
|
|
build shaders/mesh.vert.spv | ${cmake_ninja_workdir}shaders/mesh.vert.spv: CUSTOM_COMMAND ../shaders/mesh.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/mesh.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/mesh.vert.spv
|
|
DESC = Generating shaders/mesh.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/post.frag.spv
|
|
|
|
build shaders/post.frag.spv | ${cmake_ninja_workdir}shaders/post.frag.spv: CUSTOM_COMMAND ../shaders/post.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/post.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/post.frag.spv
|
|
DESC = Generating shaders/post.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/post.vert.spv
|
|
|
|
build shaders/post.vert.spv | ${cmake_ninja_workdir}shaders/post.vert.spv: CUSTOM_COMMAND ../shaders/post.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/post.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/post.vert.spv
|
|
DESC = Generating shaders/post.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/shadow.vert.spv
|
|
|
|
build shaders/shadow.vert.spv | ${cmake_ninja_workdir}shaders/shadow.vert.spv: CUSTOM_COMMAND ../shaders/shadow.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/shadow.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/shadow.vert.spv
|
|
DESC = Generating shaders/shadow.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/sky.frag.spv
|
|
|
|
build shaders/sky.frag.spv | ${cmake_ninja_workdir}shaders/sky.frag.spv: CUSTOM_COMMAND ../shaders/sky.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/sky.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/sky.frag.spv
|
|
DESC = Generating shaders/sky.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/sky.vert.spv
|
|
|
|
build shaders/sky.vert.spv | ${cmake_ninja_workdir}shaders/sky.vert.spv: CUSTOM_COMMAND ../shaders/sky.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/sky.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/sky.vert.spv
|
|
DESC = Generating shaders/sky.vert.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/sobel.frag.spv
|
|
|
|
build shaders/sobel.frag.spv | ${cmake_ninja_workdir}shaders/sobel.frag.spv: CUSTOM_COMMAND ../shaders/sobel.frag
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/sobel.frag -o /home/josh/Development/graph/cmake-build-debug/shaders/sobel.frag.spv
|
|
DESC = Generating shaders/sobel.frag.spv
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for shaders/sobel.vert.spv
|
|
|
|
build shaders/sobel.vert.spv | ${cmake_ninja_workdir}shaders/sobel.vert.spv: CUSTOM_COMMAND ../shaders/sobel.vert
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug && glslangValidator -V /home/josh/Development/graph/shaders/sobel.vert -o /home/josh/Development/graph/cmake-build-debug/shaders/sobel.vert.spv
|
|
DESC = Generating shaders/sobel.vert.spv
|
|
restat = 1
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build 3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build 3rdparty/rebuild_cache: phony 3rdparty/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build 3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build 3rdparty/edit_cache: phony 3rdparty/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/3rdparty/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build 3rdparty/imgui/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/imgui && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build 3rdparty/imgui/rebuild_cache: phony 3rdparty/imgui/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build 3rdparty/imgui/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/imgui && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build 3rdparty/imgui/edit_cache: phony 3rdparty/imgui/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target imgui
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for imgui
|
|
|
|
build cmake_object_order_depends_target_imgui: phony || cmake_object_order_depends_target_stb
|
|
|
|
build 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui.cpp.o: CXX_COMPILER__imgui_Debug /home/josh/Development/graph/3rdparty/imgui/src/imgui.cpp || cmake_object_order_depends_target_imgui
|
|
DEP_FILE = 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui.cpp.o.d
|
|
FLAGS = -g
|
|
INCLUDES = -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/3rdparty/stb/include
|
|
OBJECT_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir
|
|
OBJECT_FILE_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir/src
|
|
|
|
build 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_demo.cpp.o: CXX_COMPILER__imgui_Debug /home/josh/Development/graph/3rdparty/imgui/src/imgui_demo.cpp || cmake_object_order_depends_target_imgui
|
|
DEP_FILE = 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_demo.cpp.o.d
|
|
FLAGS = -g
|
|
INCLUDES = -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/3rdparty/stb/include
|
|
OBJECT_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir
|
|
OBJECT_FILE_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir/src
|
|
|
|
build 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_draw.cpp.o: CXX_COMPILER__imgui_Debug /home/josh/Development/graph/3rdparty/imgui/src/imgui_draw.cpp || cmake_object_order_depends_target_imgui
|
|
DEP_FILE = 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_draw.cpp.o.d
|
|
FLAGS = -g
|
|
INCLUDES = -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/3rdparty/stb/include
|
|
OBJECT_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir
|
|
OBJECT_FILE_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir/src
|
|
|
|
build 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o: CXX_COMPILER__imgui_Debug /home/josh/Development/graph/3rdparty/imgui/src/imgui_widgets.cpp || cmake_object_order_depends_target_imgui
|
|
DEP_FILE = 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o.d
|
|
FLAGS = -g
|
|
INCLUDES = -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/3rdparty/stb/include
|
|
OBJECT_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir
|
|
OBJECT_FILE_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir/src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target imgui
|
|
|
|
|
|
#############################################
|
|
# Link the static library 3rdparty/imgui/libimgui.a
|
|
|
|
build 3rdparty/imgui/libimgui.a: CXX_STATIC_LIBRARY_LINKER__imgui_Debug 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui.cpp.o 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_demo.cpp.o 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_draw.cpp.o 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o || 3rdparty/stb/libstb.a
|
|
LANGUAGE_COMPILE_FLAGS = -g
|
|
OBJECT_DIR = 3rdparty/imgui/CMakeFiles/imgui.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = 3rdparty/imgui/libimgui.a
|
|
TARGET_PDB = imgui.a.dbg
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/3rdparty/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build 3rdparty/nlohmann/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/nlohmann && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build 3rdparty/nlohmann/rebuild_cache: phony 3rdparty/nlohmann/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build 3rdparty/nlohmann/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/nlohmann && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build 3rdparty/nlohmann/edit_cache: phony 3rdparty/nlohmann/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/3rdparty/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build 3rdparty/stb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/stb && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build 3rdparty/stb/rebuild_cache: phony 3rdparty/stb/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build 3rdparty/stb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/stb && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build 3rdparty/stb/edit_cache: phony 3rdparty/stb/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target stb
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for stb
|
|
|
|
build cmake_object_order_depends_target_stb: phony || 3rdparty/stb/CMakeFiles/stb.dir
|
|
|
|
build 3rdparty/stb/CMakeFiles/stb.dir/src/stb.c.o: C_COMPILER__stb_Debug /home/josh/Development/graph/3rdparty/stb/src/stb.c || cmake_object_order_depends_target_stb
|
|
DEP_FILE = 3rdparty/stb/CMakeFiles/stb.dir/src/stb.c.o.d
|
|
FLAGS = -g
|
|
INCLUDES = -I/home/josh/Development/graph/3rdparty/stb/include
|
|
OBJECT_DIR = 3rdparty/stb/CMakeFiles/stb.dir
|
|
OBJECT_FILE_DIR = 3rdparty/stb/CMakeFiles/stb.dir/src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target stb
|
|
|
|
|
|
#############################################
|
|
# Link the static library 3rdparty/stb/libstb.a
|
|
|
|
build 3rdparty/stb/libstb.a: C_STATIC_LIBRARY_LINKER__stb_Debug 3rdparty/stb/CMakeFiles/stb.dir/src/stb.c.o
|
|
LANGUAGE_COMPILE_FLAGS = -g
|
|
OBJECT_DIR = 3rdparty/stb/CMakeFiles/stb.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = 3rdparty/stb/libstb.a
|
|
TARGET_PDB = stb.a.dbg
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/3rdparty/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build 3rdparty/smaa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/smaa && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build 3rdparty/smaa/edit_cache: phony 3rdparty/smaa/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build 3rdparty/smaa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/3rdparty/smaa && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build 3rdparty/smaa/rebuild_cache: phony 3rdparty/smaa/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build tools/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build tools/rebuild_cache: phony tools/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build tools/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build tools/edit_cache: phony tools/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/tools/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build tools/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build tools/common/edit_cache: phony tools/common/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build tools/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build tools/common/rebuild_cache: phony tools/common/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target EditorCommon
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for EditorCommon
|
|
|
|
build cmake_object_order_depends_target_EditorCommon: phony || cmake_object_order_depends_target_Engine cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb tools/common/include/moc_collapsesection.cpp tools/common/include/moc_coloredit.cpp tools/common/include/moc_context.cpp tools/common/include/moc_renderwindow.cpp tools/common/include/moc_vec3edit.cpp
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/qt.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/qt.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/qt.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/renderwindow.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/renderwindow.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/renderwindow.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/editorstyle.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/editorstyle.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/editorstyle.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/coloredit.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/coloredit.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/coloredit.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/vec3edit.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/vec3edit.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/vec3edit.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/src/collapsesection.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/tools/common/src/collapsesection.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/src/collapsesection.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/src
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/include/moc_renderwindow.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_renderwindow.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/include/moc_renderwindow.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/include
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/include/moc_coloredit.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_coloredit.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/include/moc_coloredit.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/include
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/include/moc_context.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_context.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/include/moc_context.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/include
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/include/moc_vec3edit.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_vec3edit.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/include/moc_vec3edit.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/include
|
|
|
|
build tools/common/CMakeFiles/EditorCommon.dir/include/moc_collapsesection.cpp.o: CXX_COMPILER__EditorCommon_Debug /home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_collapsesection.cpp || cmake_object_order_depends_target_EditorCommon
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/common/CMakeFiles/EditorCommon.dir/include/moc_collapsesection.cpp.o.d
|
|
FLAGS = -g -fno-exceptions -fPIC -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/common/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
OBJECT_FILE_DIR = tools/common/CMakeFiles/EditorCommon.dir/include
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target EditorCommon
|
|
|
|
|
|
#############################################
|
|
# Link the static library tools/common/libEditorCommon.a
|
|
|
|
build tools/common/libEditorCommon.a: CXX_STATIC_LIBRARY_LINKER__EditorCommon_Debug tools/common/CMakeFiles/EditorCommon.dir/src/qt.cpp.o tools/common/CMakeFiles/EditorCommon.dir/src/renderwindow.cpp.o tools/common/CMakeFiles/EditorCommon.dir/src/editorstyle.cpp.o tools/common/CMakeFiles/EditorCommon.dir/src/coloredit.cpp.o tools/common/CMakeFiles/EditorCommon.dir/src/vec3edit.cpp.o tools/common/CMakeFiles/EditorCommon.dir/src/collapsesection.cpp.o tools/common/CMakeFiles/EditorCommon.dir/include/moc_renderwindow.cpp.o tools/common/CMakeFiles/EditorCommon.dir/include/moc_coloredit.cpp.o tools/common/CMakeFiles/EditorCommon.dir/include/moc_context.cpp.o tools/common/CMakeFiles/EditorCommon.dir/include/moc_vec3edit.cpp.o tools/common/CMakeFiles/EditorCommon.dir/include/moc_collapsesection.cpp.o || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libSDL2-2.0.so.0.18.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2
|
|
LANGUAGE_COMPILE_FLAGS = -g
|
|
OBJECT_DIR = tools/common/CMakeFiles/EditorCommon.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = tools/common/libEditorCommon.a
|
|
TARGET_PDB = EditorCommon.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/common/include/moc_renderwindow.cpp
|
|
|
|
build tools/common/include/moc_renderwindow.cpp | ${cmake_ninja_workdir}tools/common/include/moc_renderwindow.cpp: CUSTOM_COMMAND ../tools/common/include/renderwindow.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_renderwindow.cpp_parameters
|
|
DESC = Generating include/moc_renderwindow.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/common/include/moc_coloredit.cpp
|
|
|
|
build tools/common/include/moc_coloredit.cpp | ${cmake_ninja_workdir}tools/common/include/moc_coloredit.cpp: CUSTOM_COMMAND ../tools/common/include/coloredit.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_coloredit.cpp_parameters
|
|
DESC = Generating include/moc_coloredit.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/common/include/moc_context.cpp
|
|
|
|
build tools/common/include/moc_context.cpp | ${cmake_ninja_workdir}tools/common/include/moc_context.cpp: CUSTOM_COMMAND ../tools/common/include/context.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_context.cpp_parameters
|
|
DESC = Generating include/moc_context.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/common/include/moc_vec3edit.cpp
|
|
|
|
build tools/common/include/moc_vec3edit.cpp | ${cmake_ninja_workdir}tools/common/include/moc_vec3edit.cpp: CUSTOM_COMMAND ../tools/common/include/vec3edit.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_vec3edit.cpp_parameters
|
|
DESC = Generating include/moc_vec3edit.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/common/include/moc_collapsesection.cpp
|
|
|
|
build tools/common/include/moc_collapsesection.cpp | ${cmake_ninja_workdir}tools/common/include/moc_collapsesection.cpp: CUSTOM_COMMAND ../tools/common/include/collapsesection.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/common/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/common/include/moc_collapsesection.cpp_parameters
|
|
DESC = Generating include/moc_collapsesection.cpp
|
|
restat = 1
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/tools/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build tools/leveleditor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/leveleditor && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build tools/leveleditor/edit_cache: phony tools/leveleditor/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build tools/leveleditor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/leveleditor && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build tools/leveleditor/rebuild_cache: phony tools/leveleditor/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target LevelEditor
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for LevelEditor
|
|
|
|
build cmake_object_order_depends_target_LevelEditor: phony || cmake_object_order_depends_target_EditorCommon cmake_object_order_depends_target_Engine cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb tools/leveleditor/include/moc_hierarchy.cpp tools/leveleditor/include/moc_mainwindow.cpp tools/leveleditor/include/moc_properties.cpp
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/src/main.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/tools/leveleditor/src/main.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/src/main.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/src
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/src/mainwindow.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/tools/leveleditor/src/mainwindow.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/src/mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/src
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/src/hierarchy.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/tools/leveleditor/src/hierarchy.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/src/hierarchy.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/src
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/src/properties.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/tools/leveleditor/src/properties.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/src/properties.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/src
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_mainwindow.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_mainwindow.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/include
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_hierarchy.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_hierarchy.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_hierarchy.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/include
|
|
|
|
build tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_properties.cpp.o: CXX_COMPILER__LevelEditor_Debug /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_properties.cpp || cmake_object_order_depends_target_LevelEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_properties.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/leveleditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
OBJECT_FILE_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir/include
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target LevelEditor
|
|
|
|
|
|
#############################################
|
|
# Link the executable tools/leveleditor/LevelEditor
|
|
|
|
build tools/leveleditor/LevelEditor: CXX_EXECUTABLE_LINKER__LevelEditor_Debug tools/leveleditor/CMakeFiles/LevelEditor.dir/src/main.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/src/mainwindow.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/src/hierarchy.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/src/properties.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_mainwindow.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_hierarchy.cpp.o tools/leveleditor/CMakeFiles/LevelEditor.dir/include/moc_properties.cpp.o | libEngine.a tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
FLAGS = -g
|
|
LINK_FLAGS = -rdynamic
|
|
LINK_LIBRARIES = libEngine.a -lToolWindowManager tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so -lassimp /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a
|
|
OBJECT_DIR = tools/leveleditor/CMakeFiles/LevelEditor.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = tools/leveleditor/LevelEditor
|
|
TARGET_PDB = LevelEditor.dbg
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/leveleditor/include/moc_mainwindow.cpp
|
|
|
|
build tools/leveleditor/include/moc_mainwindow.cpp | ${cmake_ninja_workdir}tools/leveleditor/include/moc_mainwindow.cpp: CUSTOM_COMMAND ../tools/leveleditor/include/mainwindow.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_mainwindow.cpp_parameters
|
|
DESC = Generating include/moc_mainwindow.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/leveleditor/include/moc_hierarchy.cpp
|
|
|
|
build tools/leveleditor/include/moc_hierarchy.cpp | ${cmake_ninja_workdir}tools/leveleditor/include/moc_hierarchy.cpp: CUSTOM_COMMAND ../tools/leveleditor/include/hierarchy.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_hierarchy.cpp_parameters
|
|
DESC = Generating include/moc_hierarchy.cpp
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/leveleditor/include/moc_properties.cpp
|
|
|
|
build tools/leveleditor/include/moc_properties.cpp | ${cmake_ninja_workdir}tools/leveleditor/include/moc_properties.cpp: CUSTOM_COMMAND ../tools/leveleditor/include/properties.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/leveleditor/include/moc_properties.cpp_parameters
|
|
DESC = Generating include/moc_properties.cpp
|
|
restat = 1
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/tools/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build tools/materialeditor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/materialeditor && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build tools/materialeditor/rebuild_cache: phony tools/materialeditor/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build tools/materialeditor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/materialeditor && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build tools/materialeditor/edit_cache: phony tools/materialeditor/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target MaterialEditor
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for MaterialEditor
|
|
|
|
build cmake_object_order_depends_target_MaterialEditor: phony || cmake_object_order_depends_target_EditorCommon cmake_object_order_depends_target_Engine cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb tools/materialeditor/include/moc_mainwindow.cpp
|
|
|
|
build tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/main.cpp.o: CXX_COMPILER__MaterialEditor_Debug /home/josh/Development/graph/tools/materialeditor/src/main.cpp || cmake_object_order_depends_target_MaterialEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/main.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/materialeditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir
|
|
OBJECT_FILE_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir/src
|
|
|
|
build tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/mainwindow.cpp.o: CXX_COMPILER__MaterialEditor_Debug /home/josh/Development/graph/tools/materialeditor/src/mainwindow.cpp || cmake_object_order_depends_target_MaterialEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/materialeditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir
|
|
OBJECT_FILE_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir/src
|
|
|
|
build tools/materialeditor/CMakeFiles/MaterialEditor.dir/include/moc_mainwindow.cpp.o: CXX_COMPILER__MaterialEditor_Debug /home/josh/Development/graph/cmake-build-debug/tools/materialeditor/include/moc_mainwindow.cpp || cmake_object_order_depends_target_MaterialEditor
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/materialeditor/CMakeFiles/MaterialEditor.dir/include/moc_mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/materialeditor/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir
|
|
OBJECT_FILE_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir/include
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target MaterialEditor
|
|
|
|
|
|
#############################################
|
|
# Link the executable tools/materialeditor/MaterialEditor
|
|
|
|
build tools/materialeditor/MaterialEditor: CXX_EXECUTABLE_LINKER__MaterialEditor_Debug tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/main.cpp.o tools/materialeditor/CMakeFiles/MaterialEditor.dir/src/mainwindow.cpp.o tools/materialeditor/CMakeFiles/MaterialEditor.dir/include/moc_mainwindow.cpp.o | libEngine.a tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
FLAGS = -g
|
|
LINK_FLAGS = -rdynamic
|
|
LINK_LIBRARIES = libEngine.a tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so -lassimp /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a
|
|
OBJECT_DIR = tools/materialeditor/CMakeFiles/MaterialEditor.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = tools/materialeditor/MaterialEditor
|
|
TARGET_PDB = MaterialEditor.dbg
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/materialeditor/include/moc_mainwindow.cpp
|
|
|
|
build tools/materialeditor/include/moc_mainwindow.cpp | ${cmake_ninja_workdir}tools/materialeditor/include/moc_mainwindow.cpp: CUSTOM_COMMAND ../tools/materialeditor/include/mainwindow.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/materialeditor/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/materialeditor/include/moc_mainwindow.cpp_parameters
|
|
DESC = Generating include/moc_mainwindow.cpp
|
|
restat = 1
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# /home/josh/Development/graph/tools/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build tools/sdklauncher/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/sdklauncher && /opt/clion/bin/cmake/linux/bin/cmake --regenerate-during-build -S/home/josh/Development/graph -B/home/josh/Development/graph/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build tools/sdklauncher/rebuild_cache: phony tools/sdklauncher/CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build tools/sdklauncher/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/sdklauncher && /opt/clion/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build tools/sdklauncher/edit_cache: phony tools/sdklauncher/CMakeFiles/edit_cache.util
|
|
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target SDKLauncher
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for SDKLauncher
|
|
|
|
build cmake_object_order_depends_target_SDKLauncher: phony || cmake_object_order_depends_target_EditorCommon cmake_object_order_depends_target_Engine cmake_object_order_depends_target_imgui cmake_object_order_depends_target_stb tools/sdklauncher/include/moc_mainwindow.cpp
|
|
|
|
build tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/main.cpp.o: CXX_COMPILER__SDKLauncher_Debug /home/josh/Development/graph/tools/sdklauncher/src/main.cpp || cmake_object_order_depends_target_SDKLauncher
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/main.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/sdklauncher/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir
|
|
OBJECT_FILE_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src
|
|
|
|
build tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/mainwindow.cpp.o: CXX_COMPILER__SDKLauncher_Debug /home/josh/Development/graph/tools/sdklauncher/src/mainwindow.cpp || cmake_object_order_depends_target_SDKLauncher
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/sdklauncher/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir
|
|
OBJECT_FILE_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src
|
|
|
|
build tools/sdklauncher/CMakeFiles/SDKLauncher.dir/include/moc_mainwindow.cpp.o: CXX_COMPILER__SDKLauncher_Debug /home/josh/Development/graph/cmake-build-debug/tools/sdklauncher/include/moc_mainwindow.cpp || cmake_object_order_depends_target_SDKLauncher
|
|
DEFINES = -DDEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/include/moc_mainwindow.cpp.o.d
|
|
FLAGS = -g -fPIC -fno-exceptions -std=gnu++17
|
|
INCLUDES = -I/home/josh/Development/graph/tools/sdklauncher/include -I/home/josh/Development/graph/include -I/home/josh/Development/graph/3rdparty/nlohmann/include -I/home/josh/Development/graph/3rdparty/stb/include -I/home/josh/Development/graph/3rdparty/smaa/include -I/home/josh/Development/graph/3rdparty/imgui/include -I/home/josh/Development/graph/tools/common/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/SDL2 -isystem /usr/include/opus -isystem /usr/include/AL
|
|
OBJECT_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir
|
|
OBJECT_FILE_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir/include
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target SDKLauncher
|
|
|
|
|
|
#############################################
|
|
# Link the executable tools/sdklauncher/SDKLauncher
|
|
|
|
build tools/sdklauncher/SDKLauncher: CXX_EXECUTABLE_LINKER__SDKLauncher_Debug tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/main.cpp.o tools/sdklauncher/CMakeFiles/SDKLauncher.dir/src/mainwindow.cpp.o tools/sdklauncher/CMakeFiles/SDKLauncher.dir/include/moc_mainwindow.cpp.o | libEngine.a tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
FLAGS = -g
|
|
LINK_FLAGS = -rdynamic
|
|
LINK_LIBRARIES = libEngine.a tools/common/libEditorCommon.a /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2 libEngine.a /usr/lib/libSDL2-2.0.so.0.18.2 /lib/libvulkan.so -lassimp /usr/lib/libopus.so /usr/lib/libopenal.so 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a
|
|
OBJECT_DIR = tools/sdklauncher/CMakeFiles/SDKLauncher.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = tools/sdklauncher/SDKLauncher
|
|
TARGET_PDB = SDKLauncher.dbg
|
|
|
|
|
|
#############################################
|
|
# Custom command for tools/sdklauncher/include/moc_mainwindow.cpp
|
|
|
|
build tools/sdklauncher/include/moc_mainwindow.cpp | ${cmake_ninja_workdir}tools/sdklauncher/include/moc_mainwindow.cpp: CUSTOM_COMMAND ../tools/sdklauncher/include/mainwindow.h || 3rdparty/imgui/libimgui.a 3rdparty/stb/libstb.a libEngine.a tools/common/libEditorCommon.a
|
|
COMMAND = cd /home/josh/Development/graph/cmake-build-debug/tools/sdklauncher/include && /usr/bin/moc @/home/josh/Development/graph/cmake-build-debug/tools/sdklauncher/include/moc_mainwindow.cpp_parameters
|
|
DESC = Generating include/moc_mainwindow.cpp
|
|
restat = 1
|
|
|
|
# =============================================================================
|
|
# Target aliases.
|
|
|
|
build EditorCommon: phony tools/common/libEditorCommon.a
|
|
|
|
build Engine: phony libEngine.a
|
|
|
|
build LevelEditor: phony tools/leveleditor/LevelEditor
|
|
|
|
build MaterialEditor: phony tools/materialeditor/MaterialEditor
|
|
|
|
build SDKLauncher: phony tools/sdklauncher/SDKLauncher
|
|
|
|
build imgui: phony 3rdparty/imgui/libimgui.a
|
|
|
|
build libEditorCommon.a: phony tools/common/libEditorCommon.a
|
|
|
|
build libimgui.a: phony 3rdparty/imgui/libimgui.a
|
|
|
|
build libstb.a: phony 3rdparty/stb/libstb.a
|
|
|
|
build stb: phony 3rdparty/stb/libstb.a
|
|
|
|
# =============================================================================
|
|
# Folder targets.
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug
|
|
|
|
build all: phony libEngine.a ITER 3rdparty/all tools/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/3rdparty
|
|
|
|
build 3rdparty/all: phony 3rdparty/imgui/all 3rdparty/nlohmann/all 3rdparty/stb/all 3rdparty/smaa/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/3rdparty/imgui
|
|
|
|
build 3rdparty/imgui/all: phony 3rdparty/imgui/libimgui.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/3rdparty/nlohmann
|
|
|
|
build 3rdparty/nlohmann/all: phony
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/3rdparty/smaa
|
|
|
|
build 3rdparty/smaa/all: phony
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/3rdparty/stb
|
|
|
|
build 3rdparty/stb/all: phony 3rdparty/stb/libstb.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/tools
|
|
|
|
build tools/all: phony tools/common/all tools/leveleditor/all tools/materialeditor/all tools/sdklauncher/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/tools/common
|
|
|
|
build tools/common/all: phony tools/common/libEditorCommon.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/tools/leveleditor
|
|
|
|
build tools/leveleditor/all: phony tools/leveleditor/LevelEditor
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/tools/materialeditor
|
|
|
|
build tools/materialeditor/all: phony tools/materialeditor/MaterialEditor
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/josh/Development/graph/cmake-build-debug/tools/sdklauncher
|
|
|
|
build tools/sdklauncher/all: phony tools/sdklauncher/SDKLauncher
|
|
|
|
# =============================================================================
|
|
# Unknown Build Time Dependencies.
|
|
# Tell Ninja that they may appear as side effects of build rules
|
|
# otherwise ordered by order-only dependencies.
|
|
|
|
# =============================================================================
|
|
# Built-in targets
|
|
|
|
|
|
#############################################
|
|
# Re-run CMake if any of its inputs changed.
|
|
|
|
build build.ninja: RERUN_CMAKE | ../3rdparty/CMakeLists.txt ../3rdparty/imgui/CMakeLists.txt ../3rdparty/nlohmann/CMakeLists.txt ../3rdparty/smaa/CMakeLists.txt ../3rdparty/stb/CMakeLists.txt ../CMakeLists.txt ../cmake/BuildShaders.cmake ../cmake/CopyData.cmake ../cmake/FindOpenAL.cmake ../cmake/Findopus.cmake ../data/basic.material ../data/bokeh.png ../data/empty.world ../data/graphics_presets.cfg ../data/maticon.png ../data/matpreview.world ../data/music.opus ../data/player.obj ../data/scene.obj ../data/sphere.obj ../data/suzanne.obj ../data/test.cim ../data/test.material ../data/test.world ../data/tile.jpg ../tools/CMakeLists.txt ../tools/common/CMakeLists.txt ../tools/leveleditor/CMakeLists.txt ../tools/materialeditor/CMakeLists.txt ../tools/sdklauncher/CMakeLists.txt /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCXXInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeGenericSystem.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeLanguageInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeParseArguments.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeSystemSpecificInitialize.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU-C.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU-CXX.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindPackageMessage.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindVulkan.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU-C.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU-CXX.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/UnixPaths.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QJp2Plugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/lib64/cmake/SDL2/SDL2Config.cmake /usr/lib64/cmake/SDL2/SDL2ConfigVersion.cmake /usr/lib64/cmake/SDL2/SDL2Targets-noconfig.cmake /usr/lib64/cmake/SDL2/SDL2Targets.cmake /usr/lib64/cmake/SDL2/SDL2mainTargets-noconfig.cmake /usr/lib64/cmake/SDL2/SDL2mainTargets.cmake /usr/lib64/cmake/assimp-5.2/assimpConfig.cmake /usr/lib64/cmake/assimp-5.2/assimpConfigVersion.cmake /usr/lib64/cmake/assimp-5.2/assimpTargets-release.cmake /usr/lib64/cmake/assimp-5.2/assimpTargets.cmake /usr/lib64/cmake/glm/glmConfig.cmake /usr/lib64/cmake/glm/glmConfigVersion.cmake /usr/lib64/cmake/glm/glmTargets.cmake CMakeCache.txt CMakeFiles/3.21.1/CMakeCCompiler.cmake CMakeFiles/3.21.1/CMakeCXXCompiler.cmake CMakeFiles/3.21.1/CMakeSystem.cmake
|
|
pool = console
|
|
|
|
|
|
#############################################
|
|
# A missing CMake input file is not an error.
|
|
|
|
build ../3rdparty/CMakeLists.txt ../3rdparty/imgui/CMakeLists.txt ../3rdparty/nlohmann/CMakeLists.txt ../3rdparty/smaa/CMakeLists.txt ../3rdparty/stb/CMakeLists.txt ../CMakeLists.txt ../cmake/BuildShaders.cmake ../cmake/CopyData.cmake ../cmake/FindOpenAL.cmake ../cmake/Findopus.cmake ../data/basic.material ../data/bokeh.png ../data/empty.world ../data/graphics_presets.cfg ../data/maticon.png ../data/matpreview.world ../data/music.opus ../data/player.obj ../data/scene.obj ../data/sphere.obj ../data/suzanne.obj ../data/test.cim ../data/test.material ../data/test.world ../data/tile.jpg ../tools/CMakeLists.txt ../tools/common/CMakeLists.txt ../tools/leveleditor/CMakeLists.txt ../tools/materialeditor/CMakeLists.txt ../tools/sdklauncher/CMakeLists.txt /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCXXInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeGenericSystem.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeLanguageInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeParseArguments.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/CMakeSystemSpecificInitialize.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU-C.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU-CXX.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Compiler/GNU.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindPackageMessage.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/FindVulkan.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU-C.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU-CXX.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux-GNU.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/Linux.cmake /opt/clion/bin/cmake/linux/share/cmake-3.21/Modules/Platform/UnixPaths.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib64/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QJp2Plugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib64/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/lib64/cmake/SDL2/SDL2Config.cmake /usr/lib64/cmake/SDL2/SDL2ConfigVersion.cmake /usr/lib64/cmake/SDL2/SDL2Targets-noconfig.cmake /usr/lib64/cmake/SDL2/SDL2Targets.cmake /usr/lib64/cmake/SDL2/SDL2mainTargets-noconfig.cmake /usr/lib64/cmake/SDL2/SDL2mainTargets.cmake /usr/lib64/cmake/assimp-5.2/assimpConfig.cmake /usr/lib64/cmake/assimp-5.2/assimpConfigVersion.cmake /usr/lib64/cmake/assimp-5.2/assimpTargets-release.cmake /usr/lib64/cmake/assimp-5.2/assimpTargets.cmake /usr/lib64/cmake/glm/glmConfig.cmake /usr/lib64/cmake/glm/glmConfigVersion.cmake /usr/lib64/cmake/glm/glmTargets.cmake CMakeCache.txt CMakeFiles/3.21.1/CMakeCCompiler.cmake CMakeFiles/3.21.1/CMakeCXXCompiler.cmake CMakeFiles/3.21.1/CMakeSystem.cmake: phony
|
|
|
|
|
|
#############################################
|
|
# Clean all the built files.
|
|
|
|
build clean: CLEAN
|
|
|
|
|
|
#############################################
|
|
# Print all primary targets available.
|
|
|
|
build help: HELP
|
|
|
|
|
|
#############################################
|
|
# Make the all target the default.
|
|
|
|
default all
|