This commit is contained in:
2026-06-14 19:09:18 +01:00
parent 14bd1a9271
commit 13fa90a0e9
3958 changed files with 999286 additions and 4 deletions
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -0,0 +1 @@
57
@@ -0,0 +1,24 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc" "tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o" "gcc" "tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o.d"
"" "Release/texturetests" "gcc" "tests/CMakeFiles/texturetests.dir/link.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,116 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
# Include any dependencies generated for this target.
include tests/CMakeFiles/texturetests.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/CMakeFiles/texturetests.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/texturetests.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/texturetests.dir/flags.make
tests/CMakeFiles/texturetests.dir/codegen:
.PHONY : tests/CMakeFiles/texturetests.dir/codegen
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o: tests/CMakeFiles/texturetests.dir/flags.make
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o: tests/CMakeFiles/texturetests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o -MF CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o.d -o CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/texturetests.dir/texturetests/texturetests.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc > CMakeFiles/texturetests.dir/texturetests/texturetests.cc.i
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/texturetests.dir/texturetests/texturetests.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc -o CMakeFiles/texturetests.dir/texturetests/texturetests.cc.s
# Object files for target texturetests
texturetests_OBJECTS = \
"CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o"
# External object files for target texturetests
texturetests_EXTERNAL_OBJECTS =
Release/texturetests: tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o
Release/texturetests: tests/CMakeFiles/texturetests.dir/build.make
Release/texturetests: tests/CMakeFiles/texturetests.dir/compiler_depend.ts
Release/texturetests: tests/gtest/libgtest.a
Release/texturetests: Release/libktx.so.0.0.0
Release/texturetests: tests/CMakeFiles/texturetests.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../Release/texturetests"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/texturetests.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/texturetests.dir/build: Release/texturetests
.PHONY : tests/CMakeFiles/texturetests.dir/build
tests/CMakeFiles/texturetests.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/texturetests.dir/cmake_clean.cmake
.PHONY : tests/CMakeFiles/texturetests.dir/clean
tests/CMakeFiles/texturetests.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/CMakeFiles/texturetests.dir/DependInfo.cmake "--color=$(COLOR)" texturetests
.PHONY : tests/CMakeFiles/texturetests.dir/depend
@@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"../Release/texturetests"
"../Release/texturetests.pdb"
"CMakeFiles/texturetests.dir/link.d"
"CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o"
"CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/texturetests.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,439 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
Release/texturetests
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/libktx.so.0.0.0
/usr/lib/Scrt1.o
/usr/lib/crti.o
/usr/lib/crtn.o
/usr/lib/libatomic.so
/usr/lib/libatomic_asneeded.so
/usr/lib/libc.so
/usr/lib/libgcc_s.so
/usr/lib/libgcc_s.so.1
/usr/lib/libm.so
/usr/lib/libstdc++.so
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/libc.so.6
/usr/lib/libc_nonshared.a
/usr/lib/libm.so.6
/usr/lib/libmvec.so.1
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest/libgtest.a
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/formatsize.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_format.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/ktxint.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture_funcs.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_format.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/GL/glcorearb.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/KHR/khrplatform.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/wthelper.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h
/usr/include/alloca.h
/usr/include/asm-generic/bitsperlong.h
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/int-ll64.h
/usr/include/asm-generic/posix_types.h
/usr/include/asm-generic/types.h
/usr/include/asm/bitsperlong.h
/usr/include/asm/errno.h
/usr/include/asm/posix_types.h
/usr/include/asm/posix_types_64.h
/usr/include/asm/types.h
/usr/include/assert.h
/usr/include/bits/atomic_wide_counter.h
/usr/include/bits/byteswap.h
/usr/include/bits/confname.h
/usr/include/bits/cpu-set.h
/usr/include/bits/endian.h
/usr/include/bits/endianness.h
/usr/include/bits/environments.h
/usr/include/bits/errno.h
/usr/include/bits/floatn-common.h
/usr/include/bits/floatn.h
/usr/include/bits/flt-eval-method.h
/usr/include/bits/fp-fast.h
/usr/include/bits/fp-logb.h
/usr/include/bits/getopt_core.h
/usr/include/bits/getopt_posix.h
/usr/include/bits/iscanonical.h
/usr/include/bits/libc-header-start.h
/usr/include/bits/libm-simd-decl-stubs.h
/usr/include/bits/local_lim.h
/usr/include/bits/locale.h
/usr/include/bits/long-double.h
/usr/include/bits/math-vector.h
/usr/include/bits/mathcalls-helper-functions.h
/usr/include/bits/mathcalls-macros.h
/usr/include/bits/mathcalls-narrow.h
/usr/include/bits/mathcalls.h
/usr/include/bits/posix1_lim.h
/usr/include/bits/posix2_lim.h
/usr/include/bits/posix_opt.h
/usr/include/bits/pthread_stack_min-dynamic.h
/usr/include/bits/pthreadtypes-arch.h
/usr/include/bits/pthreadtypes.h
/usr/include/bits/sched.h
/usr/include/bits/select.h
/usr/include/bits/setjmp.h
/usr/include/bits/sigaction.h
/usr/include/bits/sigcontext.h
/usr/include/bits/sigevent-consts.h
/usr/include/bits/siginfo-arch.h
/usr/include/bits/siginfo-consts-arch.h
/usr/include/bits/siginfo-consts.h
/usr/include/bits/signal_ext.h
/usr/include/bits/signum-arch.h
/usr/include/bits/signum-generic.h
/usr/include/bits/sigstack.h
/usr/include/bits/sigstksz.h
/usr/include/bits/sigthread.h
/usr/include/bits/ss_flags.h
/usr/include/bits/stat.h
/usr/include/bits/statx-generic.h
/usr/include/bits/statx.h
/usr/include/bits/stdint-intn.h
/usr/include/bits/stdint-least.h
/usr/include/bits/stdint-uintn.h
/usr/include/bits/stdio.h
/usr/include/bits/stdio_lim.h
/usr/include/bits/stdlib-bsearch.h
/usr/include/bits/stdlib-float.h
/usr/include/bits/struct_mutex.h
/usr/include/bits/struct_rwlock.h
/usr/include/bits/struct_stat.h
/usr/include/bits/thread-shared-types.h
/usr/include/bits/time.h
/usr/include/bits/time64.h
/usr/include/bits/timesize.h
/usr/include/bits/timex.h
/usr/include/bits/types.h
/usr/include/bits/types/FILE.h
/usr/include/bits/types/__FILE.h
/usr/include/bits/types/__fpos64_t.h
/usr/include/bits/types/__fpos_t.h
/usr/include/bits/types/__locale_t.h
/usr/include/bits/types/__mbstate_t.h
/usr/include/bits/types/__sigset_t.h
/usr/include/bits/types/__sigval_t.h
/usr/include/bits/types/clock_t.h
/usr/include/bits/types/clockid_t.h
/usr/include/bits/types/cookie_io_functions_t.h
/usr/include/bits/types/error_t.h
/usr/include/bits/types/idtype_t.h
/usr/include/bits/types/locale_t.h
/usr/include/bits/types/mbstate_t.h
/usr/include/bits/types/sig_atomic_t.h
/usr/include/bits/types/sigevent_t.h
/usr/include/bits/types/siginfo_t.h
/usr/include/bits/types/sigset_t.h
/usr/include/bits/types/sigval_t.h
/usr/include/bits/types/stack_t.h
/usr/include/bits/types/struct_FILE.h
/usr/include/bits/types/struct___jmp_buf_tag.h
/usr/include/bits/types/struct_itimerspec.h
/usr/include/bits/types/struct_sched_param.h
/usr/include/bits/types/struct_sigstack.h
/usr/include/bits/types/struct_statx.h
/usr/include/bits/types/struct_statx_timestamp.h
/usr/include/bits/types/struct_timespec.h
/usr/include/bits/types/struct_timeval.h
/usr/include/bits/types/struct_tm.h
/usr/include/bits/types/time_t.h
/usr/include/bits/types/timer_t.h
/usr/include/bits/types/wint_t.h
/usr/include/bits/typesizes.h
/usr/include/bits/uintn-identity.h
/usr/include/bits/uio_lim.h
/usr/include/bits/unistd_ext.h
/usr/include/bits/waitflags.h
/usr/include/bits/waitstatus.h
/usr/include/bits/wchar.h
/usr/include/bits/wctype-wchar.h
/usr/include/bits/wordsize.h
/usr/include/bits/xopen_lim.h
/usr/include/c++/16.1.1/any
/usr/include/c++/16.1.1/array
/usr/include/c++/16.1.1/atomic
/usr/include/c++/16.1.1/backward/auto_ptr.h
/usr/include/c++/16.1.1/backward/binders.h
/usr/include/c++/16.1.1/bit
/usr/include/c++/16.1.1/bits/align.h
/usr/include/c++/16.1.1/bits/alloc_traits.h
/usr/include/c++/16.1.1/bits/allocated_ptr.h
/usr/include/c++/16.1.1/bits/allocator.h
/usr/include/c++/16.1.1/bits/atomic_base.h
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h
/usr/include/c++/16.1.1/bits/basic_ios.h
/usr/include/c++/16.1.1/bits/basic_ios.tcc
/usr/include/c++/16.1.1/bits/basic_string.h
/usr/include/c++/16.1.1/bits/basic_string.tcc
/usr/include/c++/16.1.1/bits/char_traits.h
/usr/include/c++/16.1.1/bits/charconv.h
/usr/include/c++/16.1.1/bits/chrono.h
/usr/include/c++/16.1.1/bits/codecvt.h
/usr/include/c++/16.1.1/bits/concept_check.h
/usr/include/c++/16.1.1/bits/cpp_type_traits.h
/usr/include/c++/16.1.1/bits/cxxabi_forced.h
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h
/usr/include/c++/16.1.1/bits/enable_special_members.h
/usr/include/c++/16.1.1/bits/erase_if.h
/usr/include/c++/16.1.1/bits/exception.h
/usr/include/c++/16.1.1/bits/exception_defines.h
/usr/include/c++/16.1.1/bits/exception_ptr.h
/usr/include/c++/16.1.1/bits/fs_dir.h
/usr/include/c++/16.1.1/bits/fs_fwd.h
/usr/include/c++/16.1.1/bits/fs_ops.h
/usr/include/c++/16.1.1/bits/fs_path.h
/usr/include/c++/16.1.1/bits/fstream.tcc
/usr/include/c++/16.1.1/bits/functexcept.h
/usr/include/c++/16.1.1/bits/functional_hash.h
/usr/include/c++/16.1.1/bits/hash_bytes.h
/usr/include/c++/16.1.1/bits/hashtable.h
/usr/include/c++/16.1.1/bits/hashtable_policy.h
/usr/include/c++/16.1.1/bits/invoke.h
/usr/include/c++/16.1.1/bits/ios_base.h
/usr/include/c++/16.1.1/bits/istream.tcc
/usr/include/c++/16.1.1/bits/locale_classes.h
/usr/include/c++/16.1.1/bits/locale_classes.tcc
/usr/include/c++/16.1.1/bits/locale_conv.h
/usr/include/c++/16.1.1/bits/locale_facets.h
/usr/include/c++/16.1.1/bits/locale_facets.tcc
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc
/usr/include/c++/16.1.1/bits/localefwd.h
/usr/include/c++/16.1.1/bits/memory_resource.h
/usr/include/c++/16.1.1/bits/memoryfwd.h
/usr/include/c++/16.1.1/bits/monostate.h
/usr/include/c++/16.1.1/bits/move.h
/usr/include/c++/16.1.1/bits/nested_exception.h
/usr/include/c++/16.1.1/bits/new_allocator.h
/usr/include/c++/16.1.1/bits/new_except.h
/usr/include/c++/16.1.1/bits/new_throw.h
/usr/include/c++/16.1.1/bits/node_handle.h
/usr/include/c++/16.1.1/bits/ostream.h
/usr/include/c++/16.1.1/bits/ostream.tcc
/usr/include/c++/16.1.1/bits/ostream_insert.h
/usr/include/c++/16.1.1/bits/ostream_print.h
/usr/include/c++/16.1.1/bits/parse_numbers.h
/usr/include/c++/16.1.1/bits/postypes.h
/usr/include/c++/16.1.1/bits/predefined_ops.h
/usr/include/c++/16.1.1/bits/ptr_traits.h
/usr/include/c++/16.1.1/bits/quoted_string.h
/usr/include/c++/16.1.1/bits/range_access.h
/usr/include/c++/16.1.1/bits/refwrap.h
/usr/include/c++/16.1.1/bits/requires_hosted.h
/usr/include/c++/16.1.1/bits/shared_ptr.h
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h
/usr/include/c++/16.1.1/bits/shared_ptr_base.h
/usr/include/c++/16.1.1/bits/specfun.h
/usr/include/c++/16.1.1/bits/sstream.tcc
/usr/include/c++/16.1.1/bits/std_abs.h
/usr/include/c++/16.1.1/bits/std_function.h
/usr/include/c++/16.1.1/bits/stdexcept_except.h
/usr/include/c++/16.1.1/bits/stdexcept_throw.h
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h
/usr/include/c++/16.1.1/bits/stl_algobase.h
/usr/include/c++/16.1.1/bits/stl_bvector.h
/usr/include/c++/16.1.1/bits/stl_construct.h
/usr/include/c++/16.1.1/bits/stl_function.h
/usr/include/c++/16.1.1/bits/stl_iterator.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h
/usr/include/c++/16.1.1/bits/stl_map.h
/usr/include/c++/16.1.1/bits/stl_multimap.h
/usr/include/c++/16.1.1/bits/stl_multiset.h
/usr/include/c++/16.1.1/bits/stl_pair.h
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h
/usr/include/c++/16.1.1/bits/stl_relops.h
/usr/include/c++/16.1.1/bits/stl_set.h
/usr/include/c++/16.1.1/bits/stl_tempbuf.h
/usr/include/c++/16.1.1/bits/stl_tree.h
/usr/include/c++/16.1.1/bits/stl_uninitialized.h
/usr/include/c++/16.1.1/bits/stl_vector.h
/usr/include/c++/16.1.1/bits/stream_iterator.h
/usr/include/c++/16.1.1/bits/streambuf.tcc
/usr/include/c++/16.1.1/bits/streambuf_iterator.h
/usr/include/c++/16.1.1/bits/string_view.tcc
/usr/include/c++/16.1.1/bits/stringfwd.h
/usr/include/c++/16.1.1/bits/unique_ptr.h
/usr/include/c++/16.1.1/bits/unordered_map.h
/usr/include/c++/16.1.1/bits/uses_allocator.h
/usr/include/c++/16.1.1/bits/uses_allocator_args.h
/usr/include/c++/16.1.1/bits/utility.h
/usr/include/c++/16.1.1/bits/vector.tcc
/usr/include/c++/16.1.1/bits/version.h
/usr/include/c++/16.1.1/cassert
/usr/include/c++/16.1.1/cctype
/usr/include/c++/16.1.1/cerrno
/usr/include/c++/16.1.1/clocale
/usr/include/c++/16.1.1/cmath
/usr/include/c++/16.1.1/codecvt
/usr/include/c++/16.1.1/compare
/usr/include/c++/16.1.1/concepts
/usr/include/c++/16.1.1/cstddef
/usr/include/c++/16.1.1/cstdint
/usr/include/c++/16.1.1/cstdio
/usr/include/c++/16.1.1/cstdlib
/usr/include/c++/16.1.1/ctime
/usr/include/c++/16.1.1/cwchar
/usr/include/c++/16.1.1/cwctype
/usr/include/c++/16.1.1/cxxabi.h
/usr/include/c++/16.1.1/debug/assertions.h
/usr/include/c++/16.1.1/debug/debug.h
/usr/include/c++/16.1.1/exception
/usr/include/c++/16.1.1/ext/aligned_buffer.h
/usr/include/c++/16.1.1/ext/alloc_traits.h
/usr/include/c++/16.1.1/ext/atomicity.h
/usr/include/c++/16.1.1/ext/concurrence.h
/usr/include/c++/16.1.1/ext/numeric_traits.h
/usr/include/c++/16.1.1/ext/string_conversions.h
/usr/include/c++/16.1.1/ext/type_traits.h
/usr/include/c++/16.1.1/filesystem
/usr/include/c++/16.1.1/fstream
/usr/include/c++/16.1.1/functional
/usr/include/c++/16.1.1/initializer_list
/usr/include/c++/16.1.1/iomanip
/usr/include/c++/16.1.1/ios
/usr/include/c++/16.1.1/iosfwd
/usr/include/c++/16.1.1/iostream
/usr/include/c++/16.1.1/istream
/usr/include/c++/16.1.1/iterator
/usr/include/c++/16.1.1/limits
/usr/include/c++/16.1.1/locale
/usr/include/c++/16.1.1/map
/usr/include/c++/16.1.1/math.h
/usr/include/c++/16.1.1/memory
/usr/include/c++/16.1.1/new
/usr/include/c++/16.1.1/optional
/usr/include/c++/16.1.1/ostream
/usr/include/c++/16.1.1/pstl/execution_defs.h
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h
/usr/include/c++/16.1.1/pstl/pstl_config.h
/usr/include/c++/16.1.1/ratio
/usr/include/c++/16.1.1/set
/usr/include/c++/16.1.1/sstream
/usr/include/c++/16.1.1/stdexcept
/usr/include/c++/16.1.1/stdlib.h
/usr/include/c++/16.1.1/streambuf
/usr/include/c++/16.1.1/string
/usr/include/c++/16.1.1/string_view
/usr/include/c++/16.1.1/system_error
/usr/include/c++/16.1.1/tr1/bessel_function.tcc
/usr/include/c++/16.1.1/tr1/beta_function.tcc
/usr/include/c++/16.1.1/tr1/ell_integral.tcc
/usr/include/c++/16.1.1/tr1/exp_integral.tcc
/usr/include/c++/16.1.1/tr1/gamma.tcc
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc
/usr/include/c++/16.1.1/tr1/legendre_function.tcc
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc
/usr/include/c++/16.1.1/tr1/special_function_util.h
/usr/include/c++/16.1.1/tuple
/usr/include/c++/16.1.1/type_traits
/usr/include/c++/16.1.1/typeinfo
/usr/include/c++/16.1.1/unordered_map
/usr/include/c++/16.1.1/utility
/usr/include/c++/16.1.1/variant
/usr/include/c++/16.1.1/vector
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h
/usr/include/ctype.h
/usr/include/endian.h
/usr/include/errno.h
/usr/include/features-time64.h
/usr/include/features.h
/usr/include/gnu/stubs-64.h
/usr/include/gnu/stubs.h
/usr/include/libintl.h
/usr/include/limits.h
/usr/include/linux/close_range.h
/usr/include/linux/errno.h
/usr/include/linux/limits.h
/usr/include/linux/posix_types.h
/usr/include/linux/sched/types.h
/usr/include/linux/stat.h
/usr/include/linux/stddef.h
/usr/include/linux/types.h
/usr/include/locale.h
/usr/include/math.h
/usr/include/pthread.h
/usr/include/regex.h
/usr/include/sched.h
/usr/include/signal.h
/usr/include/stdc-predef.h
/usr/include/stdint.h
/usr/include/stdio.h
/usr/include/stdlib.h
/usr/include/string.h
/usr/include/strings.h
/usr/include/sys/cdefs.h
/usr/include/sys/select.h
/usr/include/sys/single_threaded.h
/usr/include/sys/stat.h
/usr/include/sys/types.h
/usr/include/sys/ucontext.h
/usr/include/sys/wait.h
/usr/include/time.h
/usr/include/unistd.h
/usr/include/wchar.h
/usr/include/wctype.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for texturetests.
@@ -0,0 +1,2 @@
# Empty dependencies file for texturetests.
# This may be replaced when dependencies are built.
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES = -DKTX_FEATURE_KTX1 -DKTX_FEATURE_KTX2 -DKTX_FEATURE_WRITE
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/.
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -Wall -Wextra -O3 -ffp-contract=off
@@ -0,0 +1,112 @@
../Release/texturetests: \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o \
CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o \
gtest/libgtest.a \
../Release/libktx.so.0.0.0 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/libm.so.6 \
/usr/lib/libmvec.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/libc.so.6 \
/usr/lib/libc_nonshared.a \
/usr/lib/ld-linux-x86-64.so.2 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o \
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o:
CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o:
gtest/libgtest.a:
../Release/libktx.so.0.0.0:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/libm.so.6:
/usr/lib/libmvec.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/libc.so.6:
/usr/lib/libc_nonshared.a:
/usr/lib/ld-linux-x86-64.so.2:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o:
/usr/lib/ld-linux-x86-64.so.2:
@@ -0,0 +1 @@
/usr/bin/c++ -msse4.1 -O3 -DNDEBUG -O3 -Wl,--dependency-file=CMakeFiles/texturetests.dir/link.d CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o -o ../Release/texturetests -Wl,-rpath,"\$ORIGIN:\$ORIGIN/../lib" gtest/libgtest.a ../Release/libktx.so.0.0.0
@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 93
@@ -0,0 +1,316 @@
tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/texturetests/texturetests.cc \
/usr/include/stdc-predef.h /usr/include/c++/16.1.1/filesystem \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/bits/fs_fwd.h \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/iosfwd /usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/hash_bytes.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/move.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bit /usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/cstdint \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/c++/16.1.1/bits/chrono.h \
/usr/include/c++/16.1.1/ratio /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/ctime /usr/include/time.h \
/usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h \
/usr/include/c++/16.1.1/bits/fs_path.h /usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/istream \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc \
/usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/bits/sstream.tcc /usr/include/c++/16.1.1/codecvt \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/bits/fs_dir.h \
/usr/include/c++/16.1.1/bits/fs_ops.h /usr/include/c++/16.1.1/fstream \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h \
/usr/include/c++/16.1.1/bits/fstream.tcc \
/usr/include/c++/16.1.1/iostream /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/bits/statx.h /usr/include/linux/stat.h \
/usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/string.h /usr/include/strings.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/GL/glcorearb.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/KHR/khrplatform.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/ktxint.h \
/usr/include/c++/16.1.1/math.h /usr/include/c++/16.1.1/cmath \
/usr/include/math.h /usr/include/bits/math-vector.h \
/usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/formatsize.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture_funcs.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/vector /usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/sys/wait.h /usr/include/signal.h \
/usr/include/bits/signum-generic.h /usr/include/bits/signum-arch.h \
/usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/wthelper.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/../../lib/vkformat_enum.h
@@ -0,0 +1,28 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c" "tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o" "gcc" "tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc" "tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o" "gcc" "tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc" "tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o" "gcc" "tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc" "tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o" "gcc" "tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc" "tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o" "gcc" "tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o.d"
"" "Release/unittests" "gcc" "tests/CMakeFiles/unittests.dir/link.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,20 @@
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vulkan/vulkan_core.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vulkan/vk_platform.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.inl
@@ -0,0 +1,181 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
# Include any dependencies generated for this target.
include tests/CMakeFiles/unittests.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/CMakeFiles/unittests.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/unittests.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/codegen:
.PHONY : tests/CMakeFiles/unittests.dir/codegen
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o: tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o: tests/CMakeFiles/unittests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o -MF CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o.d -o CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c > CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.i
tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd2vk.c -o CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.s
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o: tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o: tests/CMakeFiles/unittests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o -MF CMakeFiles/unittests.dir/unittests/image_unittests.cc.o.d -o CMakeFiles/unittests.dir/unittests/image_unittests.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/unittests.dir/unittests/image_unittests.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc > CMakeFiles/unittests.dir/unittests/image_unittests.cc.i
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/unittests.dir/unittests/image_unittests.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc -o CMakeFiles/unittests.dir/unittests/image_unittests.cc.s
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o: tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o: tests/CMakeFiles/unittests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o -MF CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o.d -o CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc > CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.i
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc -o CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.s
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o: tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o: tests/CMakeFiles/unittests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o -MF CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o.d -o CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc > CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.i
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc -o CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.s
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o: tests/CMakeFiles/unittests.dir/flags.make
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o: tests/CMakeFiles/unittests.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o -MF CMakeFiles/unittests.dir/unittests/unittests.cc.o.d -o CMakeFiles/unittests.dir/unittests/unittests.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/unittests.dir/unittests/unittests.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc > CMakeFiles/unittests.dir/unittests/unittests.cc.i
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/unittests.dir/unittests/unittests.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc -o CMakeFiles/unittests.dir/unittests/unittests.cc.s
# Object files for target unittests
unittests_OBJECTS = \
"CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o" \
"CMakeFiles/unittests.dir/unittests/image_unittests.cc.o" \
"CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o" \
"CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o" \
"CMakeFiles/unittests.dir/unittests/unittests.cc.o"
# External object files for target unittests
unittests_EXTERNAL_OBJECTS =
Release/unittests: tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o
Release/unittests: tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o
Release/unittests: tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o
Release/unittests: tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o
Release/unittests: tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o
Release/unittests: tests/CMakeFiles/unittests.dir/build.make
Release/unittests: tests/CMakeFiles/unittests.dir/compiler_depend.ts
Release/unittests: tests/gtest/libgtest.a
Release/unittests: Release/libktx.so.0.0.0
Release/unittests: external/fmt/libfmt.a
Release/unittests: tests/CMakeFiles/unittests.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable ../Release/unittests"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unittests.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/unittests.dir/build: Release/unittests
.PHONY : tests/CMakeFiles/unittests.dir/build
tests/CMakeFiles/unittests.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/unittests.dir/cmake_clean.cmake
.PHONY : tests/CMakeFiles/unittests.dir/clean
tests/CMakeFiles/unittests.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/CMakeFiles/unittests.dir/DependInfo.cmake "--color=$(COLOR)" unittests
.PHONY : tests/CMakeFiles/unittests.dir/depend
@@ -0,0 +1,20 @@
file(REMOVE_RECURSE
"../Release/unittests"
"../Release/unittests.pdb"
"CMakeFiles/unittests.dir/link.d"
"CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o"
"CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o.d"
"CMakeFiles/unittests.dir/unittests/image_unittests.cc.o"
"CMakeFiles/unittests.dir/unittests/image_unittests.cc.o.d"
"CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o"
"CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o.d"
"CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o"
"CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o.d"
"CMakeFiles/unittests.dir/unittests/unittests.cc.o"
"CMakeFiles/unittests.dir/unittests/unittests.cc.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang C CXX)
include(CMakeFiles/unittests.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for unittests.
@@ -0,0 +1,2 @@
# Empty dependencies file for unittests.
# This may be replaced when dependencies are built.
@@ -0,0 +1,17 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile C with /usr/bin/cc
# compile CXX with /usr/bin/c++
C_DEFINES = -DKTX_FEATURE_KTX1 -DKTX_FEATURE_KTX2 -DKTX_FEATURE_WRITE
C_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/. -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include
C_FLAGS = -O3 -DNDEBUG -Wall -Wextra -O3 -ffp-contract=off
CXX_DEFINES = -DKTX_FEATURE_KTX1 -DKTX_FEATURE_KTX2 -DKTX_FEATURE_WRITE
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/. -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -Wall -Wextra -O3 -ffp-contract=off
@@ -0,0 +1,127 @@
../Release/unittests: \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o \
CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o \
CMakeFiles/unittests.dir/unittests/image_unittests.cc.o \
CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o \
CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o \
CMakeFiles/unittests.dir/unittests/unittests.cc.o \
gtest/libgtest.a \
../Release/libktx.so.0.0.0 \
../external/fmt/libfmt.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/libm.so.6 \
/usr/lib/libmvec.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/libc.so.6 \
/usr/lib/libc_nonshared.a \
/usr/lib/ld-linux-x86-64.so.2 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o \
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o:
CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o:
CMakeFiles/unittests.dir/unittests/image_unittests.cc.o:
CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o:
CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o:
CMakeFiles/unittests.dir/unittests/unittests.cc.o:
gtest/libgtest.a:
../Release/libktx.so.0.0.0:
../external/fmt/libfmt.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/libm.so.6:
/usr/lib/libmvec.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/libc.so.6:
/usr/lib/libc_nonshared.a:
/usr/lib/ld-linux-x86-64.so.2:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o:
/usr/lib/ld-linux-x86-64.so.2:
@@ -0,0 +1 @@
/usr/bin/c++ -msse4.1 -O3 -DNDEBUG -O3 -Wl,--dependency-file=CMakeFiles/unittests.dir/link.d CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o CMakeFiles/unittests.dir/unittests/image_unittests.cc.o CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o CMakeFiles/unittests.dir/unittests/unittests.cc.o -o ../Release/unittests -Wl,-rpath,"\$ORIGIN:\$ORIGIN/../lib" gtest/libgtest.a ../Release/libktx.so.0.0.0 ../external/fmt/libfmt.a
@@ -0,0 +1,7 @@
CMAKE_PROGRESS_1 = 97
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 98
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 = 99
CMAKE_PROGRESS_6 = 100
@@ -0,0 +1,517 @@
tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/image_unittests.cc \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/c++/16.1.1/bits/version.h /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/memory /usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h /usr/include/c++/16.1.1/tuple \
/usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/types/time_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/types/struct_itimerspec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \
/usr/include/bits/stdlib-float.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/c++/16.1.1/cstdio /usr/include/stdio.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/string.h \
/usr/include/strings.h /usr/include/c++/16.1.1/cstdint \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/bits/statx.h /usr/include/linux/stat.h \
/usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/image.hpp \
/usr/include/c++/16.1.1/algorithm \
/usr/include/c++/16.1.1/bits/stl_algo.h \
/usr/include/c++/16.1.1/bits/algorithmfwd.h \
/usr/include/c++/16.1.1/bits/stl_heap.h \
/usr/include/c++/16.1.1/bits/uniform_int_dist.h \
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h \
/usr/include/c++/16.1.1/cmath /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/c++/16.1.1/cstring \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/fwd.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_int.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/setup.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/platform.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/smmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/emmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mm_malloc.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/popcntintrin.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_float.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/precision.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_vectorize.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/exponential.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/immintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/x86gprintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/ia32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/adxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cldemoteintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clflushoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clwbintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clzerointrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cmpccxaddintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/enqcmdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fxsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lzcntintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lwpintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movdirintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pconfigintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pkuintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/raointintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rdseedintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rtmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/serializeintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sgxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tbmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tsxldtrkintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/uintrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/waitpkgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wbnoinvdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavecintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xtestintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/hresetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/usermsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512cdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512dqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlbwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vldqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmavlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnnivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/shaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm3intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sha512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm4intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/f16cintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/gfniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vaesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vpclmulqdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxneconvertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtileintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxbf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxcomplexintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxavx512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtf32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/keylockerintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2mediaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2convertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2satcvtintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2minmaxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2copyintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxmovrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmvlintrin.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/geometric.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/matrix.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/glm.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/usr/include/c++/16.1.1/climits /usr/include/c++/16.1.1/cfloat \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/integer.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/imageio_utility.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/../transcoder/basisu.h \
/usr/include/c++/16.1.1/math.h /usr/include/memory.h \
/usr/include/c++/16.1.1/random /usr/include/c++/16.1.1/bits/random.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/opt_random.h \
/usr/include/c++/16.1.1/bits/random.tcc /usr/include/c++/16.1.1/numeric \
/usr/include/c++/16.1.1/bits/stl_numeric.h \
/usr/include/c++/16.1.1/pstl/glue_numeric_defs.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/../transcoder/basisu_containers.h \
/usr/include/malloc.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler_filters.h
@@ -0,0 +1,286 @@
tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_fragment_uri.cc \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/ktx/fragment_uri.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
/usr/include/string.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/strings.h \
/usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/version.h /usr/include/c++/16.1.1/cmath \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/ext/type_traits.h /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/usr/include/c++/16.1.1/cstddef /usr/include/c++/16.1.1/cstdint \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/wchar.h \
/usr/include/bits/stdint-uintn.h /usr/include/bits/stdint-least.h \
/usr/include/c++/16.1.1/cstring /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/stdexcept /usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/string /usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/c++/16.1.1/cstdio \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/bits/statx.h /usr/include/linux/stat.h \
/usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
@@ -0,0 +1,259 @@
tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/test_string_to_vkformat.cc \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/c++/16.1.1/bits/version.h /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/memory /usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h /usr/include/c++/16.1.1/tuple \
/usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h \
/usr/include/bits/types/time_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/types/struct_itimerspec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/types/sigset_t.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/string.h \
/usr/include/strings.h /usr/include/c++/16.1.1/cstdint \
/usr/include/sys/stat.h /usr/include/bits/stat.h \
/usr/include/bits/struct_stat.h /usr/include/bits/statx.h \
/usr/include/linux/stat.h /usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
@@ -0,0 +1,306 @@
tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/unittests.cc \
/usr/include/stdc-predef.h /usr/include/string.h \
/usr/include/bits/libc-header-start.h /usr/include/features.h \
/usr/include/features-time64.h /usr/include/bits/wordsize.h \
/usr/include/bits/timesize.h /usr/include/sys/cdefs.h \
/usr/include/bits/long-double.h /usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/GL/glcorearb.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/KHR/khrplatform.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/bits/stdint-uintn.h /usr/include/bits/stdint-least.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_format.h \
/usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/formatsize.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/ktxint.h \
/usr/include/c++/16.1.1/math.h /usr/include/c++/16.1.1/cmath \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/ext/type_traits.h /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/filestream.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/memstream.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/cstddef /usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h /usr/include/c++/16.1.1/tuple \
/usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/c++/16.1.1/cstdio \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/c++/16.1.1/cstdint \
/usr/include/sys/stat.h /usr/include/bits/stat.h \
/usr/include/bits/struct_stat.h /usr/include/bits/statx.h \
/usr/include/linux/stat.h /usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/wthelper.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture_funcs.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/ltexceptions.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/dfd.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/../../lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/unittests/vkformat_list.inl
+312
View File
@@ -0,0 +1,312 @@
# CMake generated Testfile for
# Source directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests
# Build directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/unittests[1]_include.cmake")
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/texturetests[1]_include.cmake")
add_test([=[ktx2check-test.help]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--help")
set_tests_properties([=[ktx2check-test.help]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktx2check" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;7;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.version]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--version")
set_tests_properties([=[ktx2check-test.version]=] PROPERTIES PASS_REGULAR_EXPRESSION "^ktx2check v[0-9][0-9\\.]+" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;16;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.foobar]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--foobar")
set_tests_properties([=[ktx2check-test.foobar]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktx2check" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;44;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.foobar-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--foobar")
set_tests_properties([=[ktx2check-test.foobar-exit-code]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;52;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.fail-when-last-file-valid]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "../badktx2/bad_typesize.ktx2" "astc_ldr_6x6_arraytex_7.ktx2")
set_tests_properties([=[ktx2check-test.fail-when-last-file-valid]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;61;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.all]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check *.ktx2")
set_tests_properties([=[ktx2check-test.all]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;71;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.all-quiet]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check --quiet *.ktx2")
set_tests_properties([=[ktx2check-test.all-quiet]=] PROPERTIES PASS_REGULAR_EXPRESSION "^\$" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;79;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.stdin-read]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check < color_grid_uastc_zstd.ktx2
")
set_tests_properties([=[ktx2check-test.stdin-read]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;92;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.pipe-read]=] "/usr/bin/bash" "-c" "cat color_grid_uastc_zstd.ktx2 | /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check")
set_tests_properties([=[ktx2check-test.pipe-read]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.invalid-face-count-and-padding]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "invalid_face_count_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.invalid-face-count-and-padding]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;103;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.invalid-face-count-and-padding-quiet]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--quiet" "invalid_face_count_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.invalid-face-count-and-padding-quiet]=] PROPERTIES PASS_REGULAR_EXPRESSION "^\$" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;108;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.invalid-face-count-and-padding-quiet-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--quiet" "invalid_face_count_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.invalid-face-count-and-padding-quiet-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;112;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.incorrect-mip-layout-and-padding]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "incorrect_mip_layout_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.incorrect-mip-layout-and-padding]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;117;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.incorrect-mip-layout-and-padding-quiet]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "--quiet" "incorrect_mip_layout_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.incorrect-mip-layout-and-padding-quiet]=] PROPERTIES PASS_REGULAR_EXPRESSION "^\$" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;122;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.incorrect-mip-layout-and-padding-quiet-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "incorrect_mip_layout_and_padding.ktx2")
set_tests_properties([=[ktx2check-test.incorrect-mip-layout-and-padding-quiet-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;126;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.bad-typesize]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "bad_typesize.ktx2")
set_tests_properties([=[ktx2check-test.bad-typesize]=] PROPERTIES PASS_REGULAR_EXPRESSION "ERROR: typeSize, 1, does not match data described by the DFD." WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;131;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.bad-typesize-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "bad_typesize.ktx2")
set_tests_properties([=[ktx2check-test.bad-typesize-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;140;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.no-nul-on-value]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "no_nul_on_kvd_val.ktx2")
set_tests_properties([=[ktx2check-test.no-nul-on-value]=] PROPERTIES PASS_REGULAR_EXPRESSION "WARNING: KTXswizzle value missing encouraged NUL termination." WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;145;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.no-nul-on-value-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "no_nul_on_kvd_val.ktx2")
set_tests_properties([=[ktx2check-test.no-nul-on-value-exit-code]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;154;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2check-test.no-nul-on-value-warn-as-error-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2check" "-w" "no_nul_on_kvd_val.ktx2")
set_tests_properties([=[ktx2check-test.no-nul-on-value-warn-as-error-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/badktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;158;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2check-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;32;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.help]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "--help")
set_tests_properties([=[ktx2ktx2-test.help]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktx2ktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;7;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.version]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "--version")
set_tests_properties([=[ktx2ktx2-test.version]=] PROPERTIES PASS_REGULAR_EXPRESSION "^ktx2ktx2 v[0-9][0-9\\.]+" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;16;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.foobar]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "--foobar")
set_tests_properties([=[ktx2ktx2-test.foobar]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktx2ktx2" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;29;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.foobar-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "--foobar")
set_tests_properties([=[ktx2ktx2-test.foobar-exit-code]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;37;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.many-in-one-out]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "-o" "foo" "a.ktx" "b.ktx" "c.ktx")
set_tests_properties([=[ktx2ktx2-test.many-in-one-out]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Can't use -o when there are multiple infiles." _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;46;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.many-in-one-out-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "-o" "foo" "a.ktx" "b.ktx" "c.ktx")
set_tests_properties([=[ktx2ktx2-test.many-in-one-out-exit-code]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;55;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.ktx2-in]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "-o" "foo" "CesiumLogoFlat.ktx2")
set_tests_properties([=[ktx2ktx2-test.ktx2-in]=] PROPERTIES PASS_REGULAR_EXPRESSION ".* is not a KTX v1 file." WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;66;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.ktx2-in-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2" "-o" "foo" "CesiumLogoFlat.ktx2")
set_tests_properties([=[ktx2ktx2-test.ktx2-in-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;75;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-2d-uncompressed]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.orient-down-metadata-u.ktx2 orient-down-metadata.ktx && diff orient-down-metadata-u.ktx2 ktx2ktx2.orient-down-metadata-u.ktx2 && rm ktx2ktx2.orient-down-metadata-u.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-2d-uncompressed]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;104;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-2d-bc2]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.pattern_02_bc2.ktx2 pattern_02_bc2.ktx && diff pattern_02_bc2.ktx2 ktx2ktx2.pattern_02_bc2.ktx2 && rm ktx2ktx2.pattern_02_bc2.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-2d-bc2]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;105;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-2d-array-astc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.texturearray_astc_8x8_unorm.ktx2 texturearray_astc_8x8_unorm.ktx && diff texturearray_astc_8x8_unorm.ktx2 ktx2ktx2.texturearray_astc_8x8_unorm.ktx2 && rm ktx2ktx2.texturearray_astc_8x8_unorm.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-2d-array-astc]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;106;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-2d-bc2]=] "/usr/bin/bash" "-c" "cp pattern_02_bc2.ktx ktx2ktx2.ip.pattern_02_bc2.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.pattern_02_bc2.ktx && rm ktx2ktx2.ip.pattern_02_bc2.ktx && diff pattern_02_bc2.ktx2 ktx2ktx2.ip.pattern_02_bc2.ktx2 && rm ktx2ktx2.ip.pattern_02_bc2.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-2d-bc2]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;108;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-unicode-file-hu]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.hűtő.ktx2 hűtő.ktx && diff hűtő.ktx2 ktx2ktx2.hűtő.ktx2 && rm ktx2ktx2.hűtő.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-unicode-file-hu]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;110;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-unicode-file-jp]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.テクスチャ.ktx2 テクスチャ.ktx && diff テクスチャ.ktx2 ktx2ktx2.テクスチャ.ktx2 && rm ktx2ktx2.テクスチャ.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-unicode-file-jp]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;111;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-unicode-file-ar]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.نَسِيج.ktx2 نَسِيج.ktx && diff نَسِيج.ktx2 ktx2ktx2.نَسِيج.ktx2 && rm ktx2ktx2.نَسِيج.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-unicode-file-ar]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;112;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-unicode-file-zh]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.质地.ktx2 质地.ktx && diff 质地.ktx2 ktx2ktx2.质地.ktx2 && rm ktx2ktx2.质地.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-unicode-file-zh]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;113;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-unicode-file-ko]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f -o ktx2ktx2.조직.ktx2 조직.ktx && diff 조직.ktx2 ktx2ktx2.조직.ktx2 && rm ktx2ktx2.조직.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-unicode-file-ko]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;87;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;114;cnvrtcmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-hu]=] "/usr/bin/bash" "-c" "cp hűtő.ktx ktx2ktx2.ip.hűtő.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.hűtő.ktx && rm ktx2ktx2.ip.hűtő.ktx && diff hűtő.ktx2 ktx2ktx2.ip.hűtő.ktx2 && rm ktx2ktx2.ip.hűtő.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-hu]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;116;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-jp]=] "/usr/bin/bash" "-c" "cp テクスチャ.ktx ktx2ktx2.ip.テクスチャ.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.テクスチャ.ktx && rm ktx2ktx2.ip.テクスチャ.ktx && diff テクスチャ.ktx2 ktx2ktx2.ip.テクスチャ.ktx2 && rm ktx2ktx2.ip.テクスチャ.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-jp]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;117;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-ar]=] "/usr/bin/bash" "-c" "cp نَسِيج.ktx ktx2ktx2.ip.نَسِيج.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.نَسِيج.ktx && rm ktx2ktx2.ip.نَسِيج.ktx && diff نَسِيج.ktx2 ktx2ktx2.ip.نَسِيج.ktx2 && rm ktx2ktx2.ip.نَسِيج.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-ar]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;118;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-zh]=] "/usr/bin/bash" "-c" "cp 质地.ktx ktx2ktx2.ip.质地.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.质地.ktx && rm ktx2ktx2.ip.质地.ktx && diff 质地.ktx2 ktx2ktx2.ip.质地.ktx2 && rm ktx2ktx2.ip.质地.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-zh]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;119;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-ko]=] "/usr/bin/bash" "-c" "cp 조직.ktx ktx2ktx2.ip.조직.ktx && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktx2ktx2 --test -f ktx2ktx2.ip.조직.ktx && rm ktx2ktx2.ip.조직.ktx && diff 조직.ktx2 ktx2ktx2.ip.조직.ktx2 && rm ktx2ktx2.ip.조직.ktx2")
set_tests_properties([=[ktx2ktx2-test.cnvrt-implied-out-unicode-file-ko]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;120;cnvrtcmpktx_implied_out;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktx2ktx2-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;33;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.help]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--help")
set_tests_properties([=[ktxsc-test.help]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktxsc" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;10;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.version]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--version")
set_tests_properties([=[ktxsc-test.version]=] PROPERTIES PASS_REGULAR_EXPRESSION "^ktxsc v[0-9][0-9\\.]+" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;19;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.foobar]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--foobar")
set_tests_properties([=[ktxsc-test.foobar]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Usage: ktxsc" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;32;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.foobar-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--foobar")
set_tests_properties([=[ktxsc-test.foobar-exit-code]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;40;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.many-in-one-out]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "-o" "foo" "a.ktx2" "b.ktx2" "c.ktx2")
set_tests_properties([=[ktxsc-test.many-in-one-out]=] PROPERTIES PASS_REGULAR_EXPRESSION "^Can't use -o when there are multiple infiles." _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;49;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.many-in-one-out-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "-o" "foo" "a.ktx2" "b.ktx2" "c.ktx2")
set_tests_properties([=[ktxsc-test.many-in-one-out-exit-code]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;58;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.ktx1-in]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--zcmp" "5" "-o" "foo" "orient-up-metadata.ktx")
set_tests_properties([=[ktxsc-test.ktx1-in]=] PROPERTIES PASS_REGULAR_EXPRESSION ".* is not a KTX v2 file." WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;69;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.ktx1-in-exit-code]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc" "--zcmp" "5" "-o" "foo" "orient-up-metadata.ktx")
set_tests_properties([=[ktxsc-test.ktx1-in-exit-code]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;78;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.zcmp-cubemap]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 -o ktxsc.skybox_zstd.ktx2 skybox.ktx2 && diff skybox_zstd.ktx2 ktxsc.skybox_zstd.ktx2 && rm ktxsc.skybox_zstd.ktx2")
set_tests_properties([=[ktxsc-test.zcmp-cubemap]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;90;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;112;sccmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-zcmp-cubemap]=] "/usr/bin/bash" "-c" "cp skybox.ktx2 ktxsc.ip1.skybox_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.skybox_zstd.ktx2 && diff skybox_zstd.ktx2 ktxsc.ip1.skybox_zstd.ktx2 && rm ktxsc.ip1.skybox_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-zcmp-cubemap]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;113;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-zcmp_cubemap]=] "/usr/bin/bash" "-c" "cp skybox.ktx2 ktxsc.ip2.skybox_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.skybox_zstd.ktx2 && popd && diff skybox_zstd.ktx2 ktxsc.ip2.skybox_zstd.ktx2 && rm ktxsc.ip2.skybox_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-zcmp_cubemap]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;114;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-unicode-file-hu]=] "/usr/bin/bash" "-c" "cp hűtő.ktx2 ktxsc.ip1.hűtő_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.hűtő_zstd.ktx2 && diff hűtő_zstd.ktx2 ktxsc.ip1.hűtő_zstd.ktx2 && rm ktxsc.ip1.hűtő_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-unicode-file-hu]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;115;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-unicode-file-jp]=] "/usr/bin/bash" "-c" "cp テクスチャ.ktx2 ktxsc.ip1.テクスチャ_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.テクスチャ_zstd.ktx2 && diff テクスチャ_zstd.ktx2 ktxsc.ip1.テクスチャ_zstd.ktx2 && rm ktxsc.ip1.テクスチャ_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-unicode-file-jp]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;116;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-unicode-file-ar]=] "/usr/bin/bash" "-c" "cp نَسِيج.ktx2 ktxsc.ip1.نَسِيج_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.نَسِيج_zstd.ktx2 && diff نَسِيج_zstd.ktx2 ktxsc.ip1.نَسِيج_zstd.ktx2 && rm ktxsc.ip1.نَسِيج_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-unicode-file-ar]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;117;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-unicode-file-zh]=] "/usr/bin/bash" "-c" "cp 质地.ktx2 ktxsc.ip1.质地_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.质地_zstd.ktx2 && diff 质地_zstd.ktx2 ktxsc.ip1.质地_zstd.ktx2 && rm ktxsc.ip1.质地_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-unicode-file-zh]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;118;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-curdir-unicode-file-ko]=] "/usr/bin/bash" "-c" "cp 조직.ktx2 ktxsc.ip1.조직_zstd.ktx2 && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 ktxsc.ip1.조직_zstd.ktx2 && diff 조직_zstd.ktx2 ktxsc.ip1.조직_zstd.ktx2 && rm ktxsc.ip1.조직_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-curdir-unicode-file-ko]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;98;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;119;sccmpktxinplacecurdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-unicode-file-hu]=] "/usr/bin/bash" "-c" "cp hűtő.ktx2 ktxsc.ip2.hűtő_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.hűtő_zstd.ktx2 && popd && diff hűtő_zstd.ktx2 ktxsc.ip2.hűtő_zstd.ktx2 && rm ktxsc.ip2.hűtő_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-unicode-file-hu]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;120;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-unicode-file-jp]=] "/usr/bin/bash" "-c" "cp テクスチャ.ktx2 ktxsc.ip2.テクスチャ_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.テクスチャ_zstd.ktx2 && popd && diff テクスチャ_zstd.ktx2 ktxsc.ip2.テクスチャ_zstd.ktx2 && rm ktxsc.ip2.テクスチャ_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-unicode-file-jp]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;121;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-unicode-file-ar]=] "/usr/bin/bash" "-c" "cp نَسِيج.ktx2 ktxsc.ip2.نَسِيج_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.نَسِيج_zstd.ktx2 && popd && diff نَسِيج_zstd.ktx2 ktxsc.ip2.نَسِيج_zstd.ktx2 && rm ktxsc.ip2.نَسِيج_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-unicode-file-ar]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;122;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-unicode-file-zh]=] "/usr/bin/bash" "-c" "cp 质地.ktx2 ktxsc.ip2.质地_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.质地_zstd.ktx2 && popd && diff 质地_zstd.ktx2 ktxsc.ip2.质地_zstd.ktx2 && rm ktxsc.ip2.质地_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-unicode-file-zh]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;123;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[ktxsc-test.inplace-diffdir-unicode-file-ko]=] "/usr/bin/bash" "-c" "cp 조직.ktx2 ktxsc.ip2.조직_zstd.ktx2 && pushd ../.. && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/ktxsc --test --zcmp 5 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages/ktxsc.ip2.조직_zstd.ktx2 && popd && diff 조직_zstd.ktx2 ktxsc.ip2.조직_zstd.ktx2 && rm ktxsc.ip2.조직_zstd.ktx2")
set_tests_properties([=[ktxsc-test.inplace-diffdir-unicode-file-ko]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;106;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;124;sccmpktxinplacediffdir;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxsc-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;34;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.help]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--help")
set_tests_properties([=[toktx-test.help]=] PROPERTIES _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;4;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.version]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--version")
set_tests_properties([=[toktx-test.version]=] PROPERTIES PASS_REGULAR_EXPRESSION "^toktx v[0-9\\.]+" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;8;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.foobar]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--foobar")
set_tests_properties([=[toktx-test.foobar]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;17;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.automipmap-mipmaps]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--automipmap" "--mipmaps" "a" "b")
set_tests_properties([=[toktx-test.automipmap-mipmaps]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;21;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.alpha]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--alpha" "a" "b")
set_tests_properties([=[toktx-test.alpha]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;24;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.luminance]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--luminance" "a" "b")
set_tests_properties([=[toktx-test.luminance]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;27;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.zcmp-bcmp]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--zcmp" "--bcmp" "a" "b")
set_tests_properties([=[toktx-test.zcmp-bcmp]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;30;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.bcmp-uastc]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--bcmp" "--uastc" "a" "b")
set_tests_properties([=[toktx-test.bcmp-uastc]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;33;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.scale-resize]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--scale" "0.5" "--resize" "10x40" "a" "b")
set_tests_properties([=[toktx-test.scale-resize]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;36;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.mipmap-resize]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--mipmap" "--resize" "10x40" "a" "b" "c")
set_tests_properties([=[toktx-test.mipmap-resize]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;39;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.only-max-endpoints]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--max_endpoints" "5000" "a" "b")
set_tests_properties([=[toktx-test.only-max-endpoints]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;42;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.only-max-selectors]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--max_selectors" "6000" "a" "b")
set_tests_properties([=[toktx-test.only-max-selectors]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;45;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.swizzle-gt-4]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--swizzle" "rgbargba" "a" "b")
set_tests_properties([=[toktx-test.swizzle-gt-4]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;49;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.invalid-swizzle-char]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--swizzle" "rrrh" "a" "b")
set_tests_properties([=[toktx-test.invalid-swizzle-char]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;53;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.invalid-target-type]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--target_type" "RGBH" "a" "b")
set_tests_properties([=[toktx-test.invalid-target-type]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;57;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.set-oetf-second-file-no-error]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--lower_left_maps_to_s0t0" "--mipmap" "--nometadata" "--assign_oetf" "linear" "--" "-" "../srcimages/level0.ppm" "../srcimages/level1.ppm" "../srcimages/level2.ppm" "../srcimages/level3.ppm" "../srcimages/level4.ppm" "../srcimages/level5.ppm" "../srcimages/level6.ppm")
set_tests_properties([=[toktx-test.set-oetf-second-file-no-error]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;61;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.convert-oetf-second-file-no-error]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--lower_left_maps_to_s0t0" "--mipmap" "--nometadata" "--convert_oetf" "linear" "--" "-" "../srcimages/level0.ppm" "../srcimages/level1.ppm" "../srcimages/level2.ppm" "../srcimages/level3.ppm" "../srcimages/level4.ppm" "../srcimages/level5.ppm" "../srcimages/level6.ppm")
set_tests_properties([=[toktx-test.convert-oetf-second-file-no-error]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;66;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.change-target-type-second-file-no-error]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--lower_left_maps_to_s0t0" "--mipmap" "--nometadata" "--target_type" "RGBA" "--" "-" "../srcimages/level0.ppm" "../srcimages/level1.ppm" "../srcimages/level2.ppm" "../srcimages/level3.ppm" "../srcimages/level4.ppm" "../srcimages/level5.ppm" "../srcimages/level6.ppm")
set_tests_properties([=[toktx-test.change-target-type-second-file-no-error]=] PROPERTIES WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;71;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.different-colortype-second-file-error]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--lower_left_maps_to_s0t0" "--mipmap" "--nometadata" "--" "-" "../srcimages/level0.ppm" "../srcimages/level1-alpha.pam" "../srcimages/level2.ppm" "../srcimages/level3.ppm" "../srcimages/level4.ppm" "../srcimages/level5.ppm" "../srcimages/level6.ppm")
set_tests_properties([=[toktx-test.different-colortype-second-file-error]=] PROPERTIES WILL_FAIL "TRUE" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;76;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.different-colortype-second-file-warning]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--lower_left_maps_to_s0t0" "--mipmap" "--nometadata" "--target_type" "RGBA" "--" "-" "../srcimages/level0.ppm" "../srcimages/level1-alpha.pam" "../srcimages/level2.ppm" "../srcimages/level3.ppm" "../srcimages/level4.ppm" "../srcimages/level5.ppm" "../srcimages/level6.ppm")
set_tests_properties([=[toktx-test.different-colortype-second-file-warning]=] PROPERTIES PASS_REGULAR_EXPRESSION "^toktx warning! Image in ../srcimages/level1-alpha.pam\\(0,0\\) has a different component count" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;81;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.depth-layers]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--depth" "4" "--layers" "4" "a" "b" "c" "d" "e")
set_tests_properties([=[toktx-test.depth-layers]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;86;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.depth-genmipmap]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--test" "--depth" "7" "--genmipmap" "--t2" "3dtex_7_mipmap_reference_u.ktx2" "../srcimages/red16.png" "../srcimages/orange16.png" "../srcimages/yellow16.png" "../srcimages/green16.png" "../srcimages/blue16.png" "../srcimages/indigo16.png" "../srcimages/violet16.png")
set_tests_properties([=[toktx-test.depth-genmipmap]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;90;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.layers-lt-one]=] "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx" "--layers" "0" "a" "b")
set_tests_properties([=[toktx-test.layers-lt-one]=] PROPERTIES WILL_FAIL "TRUE" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;94;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-reference]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --lower_left_maps_to_s0t0 --nometadata toktx.rgb-reference.ktx ../srcimages/rgb.ppm && diff rgb-reference.ktx toktx.rgb-reference.ktx && rm toktx.rgb-reference.ktx")
set_tests_properties([=[toktx-test.cmp-rgb-reference]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;147;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-amg-reference]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --automipmap --lower_left_maps_to_s0t0 --linear --nometadata toktx.rgb-amg-reference.ktx ../srcimages/rgb.ppm && diff rgb-amg-reference.ktx toktx.rgb-amg-reference.ktx && rm toktx.rgb-amg-reference.ktx")
set_tests_properties([=[toktx-test.cmp-rgb-amg-reference]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;148;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-orient-up]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test toktx.orient-up.ktx ../srcimages/up.ppm && diff orient-up.ktx toktx.orient-up.ktx && rm toktx.orient-up.ktx")
set_tests_properties([=[toktx-test.cmp-orient-up]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=--lower_left_maps_to_s0t0 --nometadata" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;149;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-orient-up-metadata]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --lower_left_maps_to_s0t0 toktx.orient-up-metadata.ktx ../srcimages/up.ppm && diff orient-up-metadata.ktx toktx.orient-up-metadata.ktx && rm toktx.orient-up-metadata.ktx")
set_tests_properties([=[toktx-test.cmp-orient-up-metadata]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;150;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-orient-down-metadata]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test toktx.orient-down-metadata.ktx ../srcimages/up.ppm && diff orient-down-metadata.ktx toktx.orient-down-metadata.ktx && rm toktx.orient-down-metadata.ktx")
set_tests_properties([=[toktx-test.cmp-orient-down-metadata]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;152;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgba-reference]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --lower_left_maps_to_s0t0 --nometadata toktx.rgba-reference.ktx ../srcimages/rgba.pam && diff rgba-reference.ktx toktx.rgba-reference.ktx && rm toktx.rgba-reference.ktx")
set_tests_properties([=[toktx-test.cmp-rgba-reference]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;153;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-mipmap-reference]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --lower_left_maps_to_s0t0 --mipmap --nometadata toktx.rgb-mipmap-reference.ktx ../srcimages/level0.ppm ../srcimages/level1.ppm ../srcimages/level2.ppm ../srcimages/level3.ppm ../srcimages/level4.ppm ../srcimages/level5.ppm ../srcimages/level6.ppm && diff rgb-mipmap-reference.ktx toktx.rgb-mipmap-reference.ktx && rm toktx.rgb-mipmap-reference.ktx")
set_tests_properties([=[toktx-test.cmp-rgb-mipmap-reference]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;154;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-mipmap-reference-u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --mipmap toktx.rgb-mipmap-reference-u.ktx2 ../srcimages/level0.ppm ../srcimages/level1.ppm ../srcimages/level2.ppm ../srcimages/level3.ppm ../srcimages/level4.ppm ../srcimages/level5.ppm ../srcimages/level6.ppm && diff rgb-mipmap-reference-u.ktx2 toktx.rgb-mipmap-reference-u.ktx2 && rm toktx.rgb-mipmap-reference-u.ktx2")
set_tests_properties([=[toktx-test.cmp-rgb-mipmap-reference-u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;155;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-cimg5293_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --uastc --genmipmap --test toktx.cimg5293_uastc.ktx2 ../srcimages/CIMG5293.jpg && diff cimg5293_uastc.ktx2 toktx.cimg5293_uastc.ktx2 && rm toktx.cimg5293_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-cimg5293_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;168;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-cimg5293_uastc_zstd]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --zcmp --uastc --genmipmap --test toktx.cimg5293_uastc_zstd.ktx2 ../srcimages/CIMG5293.jpg && diff cimg5293_uastc_zstd.ktx2 toktx.cimg5293_uastc_zstd.ktx2 && rm toktx.cimg5293_uastc_zstd.ktx2")
set_tests_properties([=[toktx-test.cmp-cimg5293_uastc_zstd]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;169;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-16bit_png_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --uastc 1 --nowarn toktx.camera_camera_BaseColor_uastc.ktx2 ../srcimages/camera_camera_BaseColor_16bit.png && diff camera_camera_BaseColor_uastc.ktx2 toktx.camera_camera_BaseColor_uastc.ktx2 && rm toktx.camera_camera_BaseColor_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-16bit_png_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;170;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-luminance_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --convert_oetf linear toktx.luminance_reference_u.ktx2 ../srcimages/luminance.pgm && diff luminance_reference_u.ktx2 toktx.luminance_reference_u.ktx2 && rm toktx.luminance_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-luminance_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;173;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-luminance_reference_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --uastc -- toktx.luminance_reference_uastc.ktx2 ../srcimages/luminance.pgm && diff luminance_reference_uastc.ktx2 toktx.luminance_reference_uastc.ktx2 && rm toktx.luminance_reference_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-luminance_reference_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;174;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-luminance_alpha_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 toktx.luminance_alpha_reference_u.ktx2 ../srcimages/basn4a08.png && diff luminance_alpha_reference_u.ktx2 toktx.luminance_alpha_reference_u.ktx2 && rm toktx.luminance_alpha_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-luminance_alpha_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;179;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-luminance_alpha_reference_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --uastc -- toktx.luminance_alpha_reference_uastc.ktx2 ../srcimages/basn4a08.png && diff luminance_alpha_reference_uastc.ktx2 toktx.luminance_alpha_reference_uastc.ktx2 && rm toktx.luminance_alpha_reference_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-luminance_alpha_reference_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;180;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-r_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --convert_oetf linear --target_type R toktx.r_reference_u.ktx2 ../srcimages/luminance.pgm && diff r_reference_u.ktx2 toktx.r_reference_u.ktx2 && rm toktx.r_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-r_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;184;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-r_reference_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --uastc --target_type R --swizzle r001 -- toktx.r_reference_uastc.ktx2 ../srcimages/luminance.pgm && diff r_reference_uastc.ktx2 toktx.r_reference_uastc.ktx2 && rm toktx.r_reference_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-r_reference_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;185;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rg_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --convert_oetf linear --target_type RG toktx.rg_reference_u.ktx2 ../srcimages/basn4a08.png && diff rg_reference_u.ktx2 toktx.rg_reference_u.ktx2 && rm toktx.rg_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-rg_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;190;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rg_reference_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --uastc --target_type RG --swizzle rg01 -- toktx.rg_reference_uastc.ktx2 ../srcimages/basn4a08.png && diff rg_reference_uastc.ktx2 toktx.rg_reference_uastc.ktx2 && rm toktx.rg_reference_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-rg_reference_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;191;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-swizzle_r_to_g_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --nowarn --t2 --input_swizzle 0r01 toktx.green_rgb_reference_u.ktx2 ../srcimages/level0.ppm && diff green_rgb_reference_u.ktx2 toktx.green_rgb_reference_u.ktx2 && rm toktx.green_rgb_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-swizzle_r_to_g_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;197;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --nowarn --t2 --input_swizzle 0rr1 --target_type RGBA toktx.cyan_rgba_reference_u.ktx2 ../srcimages/level0.ppm && diff cyan_rgba_reference_u.ktx2 toktx.cyan_rgba_reference_u.ktx2 && rm toktx.cyan_rgba_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;198;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_basis]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --nowarn --t2 --input_swizzle 0rr1 --target_type RGBA --bcmp toktx.cyan_rgb_reference_basis.ktx2 ../srcimages/level0.ppm && diff cyan_rgb_reference_basis.ktx2 toktx.cyan_rgb_reference_basis.ktx2 && rm toktx.cyan_rgb_reference_basis.ktx2")
set_tests_properties([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_basis]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;200;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_uastc]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --nowarn --t2 --input_swizzle 0rr1 --target_type RGBA --uastc -- toktx.cyan_rgb_reference_uastc.ktx2 ../srcimages/level0.ppm && diff cyan_rgb_reference_uastc.ktx2 toktx.cyan_rgb_reference_uastc.ktx2 && rm toktx.cyan_rgb_reference_uastc.ktx2")
set_tests_properties([=[toktx-test.cmp-swizzle_r_to_gb_convert_to_rgba_uastc]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;201;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-uastc_Iron_Bars_001_normal]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --assign_oetf linear --genmipmap --normalize --normal_mode --encode uastc --zcmp 5 toktx.uastc_Iron_Bars_001_normal.ktx2 ../srcimages/Iron_Bars/Iron_Bars_001_normal_unnormalized.png && diff uastc_Iron_Bars_001_normal.ktx2 toktx.uastc_Iron_Bars_001_normal.ktx2 && rm toktx.uastc_Iron_Bars_001_normal.ktx2")
set_tests_properties([=[toktx-test.cmp-uastc_Iron_Bars_001_normal]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;204;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-gAMA_chunk_png]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 --convert_oetf srgb toktx.g03n2c08.ktx2 ../srcimages/g03n2c08.png && diff g03n2c08.ktx2 toktx.g03n2c08.ktx2 && rm toktx.g03n2c08.ktx2")
set_tests_properties([=[toktx-test.cmp-gAMA_chunk_png]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;210;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-cHRM_chunk_png]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 toktx.ccwn2c08.ktx2 ../srcimages/ccwn2c08.png && diff ccwn2c08.ktx2 toktx.ccwn2c08.ktx2 && rm toktx.ccwn2c08.ktx2")
set_tests_properties([=[toktx-test.cmp-cHRM_chunk_png]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;211;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-tRNS_chunk_rgb_png]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 toktx.tbrn2c08.ktx2 ../srcimages/tbrn2c08.png && diff tbrn2c08.ktx2 toktx.tbrn2c08.ktx2 && rm toktx.tbrn2c08.ktx2")
set_tests_properties([=[toktx-test.cmp-tRNS_chunk_rgb_png]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;212;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-tRNS_chunk_palette_8-bit_png]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 toktx.tbyn3p08.ktx2 ../srcimages/tbyn3p08.png && diff tbyn3p08.ktx2 toktx.tbyn3p08.ktx2 && rm toktx.tbyn3p08.ktx2")
set_tests_properties([=[toktx-test.cmp-tRNS_chunk_palette_8-bit_png]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;213;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-tRNS_chunk_palette_2-bit_png]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --t2 toktx.tm3n3p02.ktx2 ../srcimages/tm3n3p02.png && diff tm3n3p02.ktx2 toktx.tm3n3p02.ktx2 && rm toktx.tm3n3p02.ktx2")
set_tests_properties([=[toktx-test.cmp-tRNS_chunk_palette_2-bit_png]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;214;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-mipmap-reference-list]=] "/usr/bin/bash" "-c" "printf \"../srcimages/level0.ppm\\n../srcimages/level1.ppm\\n../srcimages/level2.ppm\\n../srcimages/level3.ppm\\n../srcimages/level4.ppm\\n../srcimages/level5.ppm\\n../srcimages/level6.ppm\" > toktx.filelist.txt && /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --lower_left_maps_to_s0t0 --mipmap --nometadata toktx.rgb-mipmap-reference.ktx @toktx.filelist.txt && diff rgb-mipmap-reference.ktx toktx.rgb-mipmap-reference.ktx && rm toktx.rgb-mipmap-reference.ktx; rm toktx.filelist.txt")
set_tests_properties([=[toktx-test.cmp-rgb-mipmap-reference-list]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;128;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;215;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-rgb-reference-2]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --nometadata - ../srcimages/rgb.ppm > toktx-test.cmp-rgb-reference-2.ktx && diff rgb-reference.ktx toktx-test.cmp-rgb-reference-2.ktx; rm toktx-test.cmp-rgb-reference-2.ktx")
set_tests_properties([=[toktx-test.cmp-rgb-reference-2]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=--lower_left_maps_to_s0t0" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;224;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_cubemap_6x6]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap --cubemap toktx.astc_mipmap_ldr_cubemap_6x6.ktx2 ../srcimages/Yokohama3/posx.jpg ../srcimages/Yokohama3/negx.jpg ../srcimages/Yokohama3/posy.jpg ../srcimages/Yokohama3/negy.jpg ../srcimages/Yokohama3/posz.jpg ../srcimages/Yokohama3/negz.jpg && diff astc_mipmap_ldr_cubemap_6x6.ktx2 toktx.astc_mipmap_ldr_cubemap_6x6.ktx2 && rm toktx.astc_mipmap_ldr_cubemap_6x6.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_cubemap_6x6]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;239;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_cubemap_6x6]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --cubemap toktx.astc_ldr_cubemap_6x6.ktx2 ../srcimages/Yokohama3/posx.jpg ../srcimages/Yokohama3/negx.jpg ../srcimages/Yokohama3/posy.jpg ../srcimages/Yokohama3/negy.jpg ../srcimages/Yokohama3/posz.jpg ../srcimages/Yokohama3/negz.jpg && diff astc_ldr_cubemap_6x6.ktx2 toktx.astc_ldr_cubemap_6x6.ktx2 && rm toktx.astc_ldr_cubemap_6x6.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_cubemap_6x6]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;241;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x6_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 toktx.astc_ldr_6x6_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_ldr_6x6_posx.ktx2 toktx.astc_ldr_6x6_posx.ktx2 && rm toktx.astc_ldr_6x6_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x6_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;243;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap toktx.astc_mipmap_ldr_6x6_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_6x6_posx.ktx2 toktx.astc_mipmap_ldr_6x6_posx.ktx2 && rm toktx.astc_mipmap_ldr_6x6_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;245;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posz]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap toktx.astc_mipmap_ldr_6x6_posz.ktx2 ../srcimages/Yokohama3/posz.jpg && diff astc_mipmap_ldr_6x6_posz.ktx2 toktx.astc_mipmap_ldr_6x6_posz.ktx2 && rm toktx.astc_mipmap_ldr_6x6_posz.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posz]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;246;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posy]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap toktx.astc_mipmap_ldr_6x6_posy.ktx2 ../srcimages/Yokohama3/posy.jpg && diff astc_mipmap_ldr_6x6_posy.ktx2 toktx.astc_mipmap_ldr_6x6_posy.ktx2 && rm toktx.astc_mipmap_ldr_6x6_posy.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_posy]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;247;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_fastest]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap --astc_quality fastest toktx.astc_mipmap_ldr_6x6_kodim17_fastest.ktx2 ../srcimages/kodim17.png && diff astc_mipmap_ldr_6x6_kodim17_fastest.ktx2 toktx.astc_mipmap_ldr_6x6_kodim17_fastest.ktx2 && rm toktx.astc_mipmap_ldr_6x6_kodim17_fastest.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_fastest]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;248;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_fast]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap --astc_quality fast toktx.astc_mipmap_ldr_6x6_kodim17_fast.ktx2 ../srcimages/kodim17.png && diff astc_mipmap_ldr_6x6_kodim17_fast.ktx2 toktx.astc_mipmap_ldr_6x6_kodim17_fast.ktx2 && rm toktx.astc_mipmap_ldr_6x6_kodim17_fast.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_fast]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;249;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_medium]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x6 --genmipmap --astc_quality medium toktx.astc_mipmap_ldr_6x6_kodim17_medium.ktx2 ../srcimages/kodim17.png && diff astc_mipmap_ldr_6x6_kodim17_medium.ktx2 toktx.astc_mipmap_ldr_6x6_kodim17_medium.ktx2 && rm toktx.astc_mipmap_ldr_6x6_kodim17_medium.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x6_kodim17_medium]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;251;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_6x5_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x5 --genmipmap toktx.astc_mipmap_ldr_6x5_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_6x5_posx.ktx2 toktx.astc_mipmap_ldr_6x5_posx.ktx2 && rm toktx.astc_mipmap_ldr_6x5_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_6x5_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;263;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_8x6_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 8x6 --genmipmap toktx.astc_mipmap_ldr_8x6_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_8x6_posx.ktx2 toktx.astc_mipmap_ldr_8x6_posx.ktx2 && rm toktx.astc_mipmap_ldr_8x6_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_8x6_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;264;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_10x5_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 10x5 --genmipmap toktx.astc_mipmap_ldr_10x5_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_10x5_posx.ktx2 toktx.astc_mipmap_ldr_10x5_posx.ktx2 && rm toktx.astc_mipmap_ldr_10x5_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_10x5_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;265;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_8x8_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 8x8 --genmipmap toktx.astc_mipmap_ldr_8x8_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_8x8_posx.ktx2 toktx.astc_mipmap_ldr_8x8_posx.ktx2 && rm toktx.astc_mipmap_ldr_8x8_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_8x8_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;266;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_12x10_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 12x10 --genmipmap toktx.astc_mipmap_ldr_12x10_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_12x10_posx.ktx2 toktx.astc_mipmap_ldr_12x10_posx.ktx2 && rm toktx.astc_mipmap_ldr_12x10_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_12x10_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;267;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_mipmap_ldr_12x12_posx]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 12x12 --genmipmap toktx.astc_mipmap_ldr_12x12_posx.ktx2 ../srcimages/Yokohama3/posx.jpg && diff astc_mipmap_ldr_12x12_posx.ktx2 toktx.astc_mipmap_ldr_12x12_posx.ktx2 && rm toktx.astc_mipmap_ldr_12x12_posx.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_mipmap_ldr_12x12_posx]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;268;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_4x4_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 4x4 toktx.astc_ldr_4x4_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_4x4_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_4x4_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_4x4_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_4x4_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;271;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x5_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 6x5 toktx.astc_ldr_6x5_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_6x5_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_6x5_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_6x5_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x5_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;272;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_8x6_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 8x6 toktx.astc_ldr_8x6_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_8x6_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_8x6_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_8x6_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_8x6_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;273;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_10x5_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 10x5 toktx.astc_ldr_10x5_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_10x5_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_10x5_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_10x5_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_10x5_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;274;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_8x8_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 8x8 toktx.astc_ldr_8x8_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_8x8_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_8x8_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_8x8_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_8x8_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;275;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_12x10_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 12x10 toktx.astc_ldr_12x10_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_12x10_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_12x10_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_12x10_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_12x10_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;276;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_12x12_FlightHelmet_baseColor]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --encode astc --astc_blk_d 12x12 toktx.astc_ldr_12x12_FlightHelmet_baseColor.ktx2 ../srcimages/FlightHelmet_baseColor.png && diff astc_ldr_12x12_FlightHelmet_baseColor.ktx2 toktx.astc_ldr_12x12_FlightHelmet_baseColor.ktx2 && rm toktx.astc_ldr_12x12_FlightHelmet_baseColor.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_12x12_FlightHelmet_baseColor]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;277;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x6_Iron_Bars_001_normal]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --assign_oetf linear --normalize --normal_mode --encode astc --astc_blk_d 6x6 toktx.astc_ldr_6x6_Iron_Bars_001_normal.ktx2 ../srcimages/Iron_Bars/Iron_Bars_001_normal_unnormalized.png && diff astc_ldr_6x6_Iron_Bars_001_normal.ktx2 toktx.astc_ldr_6x6_Iron_Bars_001_normal.ktx2 && rm toktx.astc_ldr_6x6_Iron_Bars_001_normal.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x6_Iron_Bars_001_normal]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;278;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_5x4_Iron_Bars_001_normal]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --assign_oetf linear --normalize --normal_mode --encode astc --astc_blk_d 5x4 toktx.astc_ldr_5x4_Iron_Bars_001_normal.ktx2 ../srcimages/Iron_Bars/Iron_Bars_001_normal_unnormalized.png && diff astc_ldr_5x4_Iron_Bars_001_normal.ktx2 toktx.astc_ldr_5x4_Iron_Bars_001_normal.ktx2 && rm toktx.astc_ldr_5x4_Iron_Bars_001_normal.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_5x4_Iron_Bars_001_normal]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;279;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x6_arraytex_7]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --layers 7 --encode astc --astc_blk_d 6x6 toktx.astc_ldr_6x6_arraytex_7.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff astc_ldr_6x6_arraytex_7.ktx2 toktx.astc_ldr_6x6_arraytex_7.ktx2 && rm toktx.astc_ldr_6x6_arraytex_7.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x6_arraytex_7]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;281;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x6_arraytex_7_mipmap]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --layers 7 --encode astc --astc_blk_d 6x6 --genmipmap toktx.astc_ldr_6x6_arraytex_7_mipmap.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff astc_ldr_6x6_arraytex_7_mipmap.ktx2 toktx.astc_ldr_6x6_arraytex_7_mipmap.ktx2 && rm toktx.astc_ldr_6x6_arraytex_7_mipmap.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x6_arraytex_7_mipmap]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;282;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-astc_ldr_6x6_3dtex_7]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --depth 7 --encode astc --astc_blk_d 6x6 toktx.astc_ldr_6x6_3dtex_7.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff astc_ldr_6x6_3dtex_7.ktx2 toktx.astc_ldr_6x6_3dtex_7.ktx2 && rm toktx.astc_ldr_6x6_3dtex_7.ktx2")
set_tests_properties([=[toktx-test.cmp-astc_ldr_6x6_3dtex_7]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;283;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-3dtex_1_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --t2 --depth 1 toktx.3dtex_1_reference_u.ktx2 ../srcimages/red16.png && diff 3dtex_1_reference_u.ktx2 toktx.3dtex_1_reference_u.ktx2 && rm toktx.3dtex_1_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-3dtex_1_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;285;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-3dtex_7_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --t2 --depth 7 toktx.3dtex_7_reference_u.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff 3dtex_7_reference_u.ktx2 toktx.3dtex_7_reference_u.ktx2 && rm toktx.3dtex_7_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-3dtex_7_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;286;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-arraytex_1_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --t2 --layers 1 toktx.arraytex_1_reference_u.ktx2 ../srcimages/red16.png && diff arraytex_1_reference_u.ktx2 toktx.arraytex_1_reference_u.ktx2 && rm toktx.arraytex_1_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-arraytex_1_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;287;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-arraytex_7_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --t2 --layers 7 toktx.arraytex_7_reference_u.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff arraytex_7_reference_u.ktx2 toktx.arraytex_7_reference_u.ktx2 && rm toktx.arraytex_7_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-arraytex_7_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;288;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
add_test([=[toktx-test.cmp-arraytex_7_mipmap_reference_u]=] "/usr/bin/bash" "-c" "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/toktx --test --test --t2 --layers 7 --genmipmap toktx.arraytex_7_mipmap_reference_u.ktx2 ../srcimages/red16.png ../srcimages/orange16.png ../srcimages/yellow16.png ../srcimages/green16.png ../srcimages/blue16.png ../srcimages/indigo16.png ../srcimages/violet16.png && diff arraytex_7_mipmap_reference_u.ktx2 toktx.arraytex_7_mipmap_reference_u.ktx2 && rm toktx.arraytex_7_mipmap_reference_u.ktx2")
set_tests_properties([=[toktx-test.cmp-arraytex_7_mipmap_reference_u]=] PROPERTIES ENVIRONMENT "TOKTX_OPTIONS=" WORKING_DIRECTORY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/testimages" _BACKTRACE_TRIPLES "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;133;add_test;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;289;gencmpktx;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/toktx-tests.cmake;0;;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;35;include;/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/CMakeLists.txt;0;")
subdirs("loadtests")
subdirs("ktxdiff")
subdirs("gtest")
subdirs("transcodetests")
subdirs("streamtests")
+414
View File
@@ -0,0 +1,414 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/bin/ctest $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"dev\" \"library\" \"tools\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests//CMakeFiles/progress.marks
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/CMakeFiles/unittests.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/unittests.dir/rule
.PHONY : tests/CMakeFiles/unittests.dir/rule
# Convenience name for target.
unittests: tests/CMakeFiles/unittests.dir/rule
.PHONY : unittests
# fast build rule for target.
unittests/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/build
.PHONY : unittests/fast
# Convenience name for target.
tests/CMakeFiles/texturetests.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/texturetests.dir/rule
.PHONY : tests/CMakeFiles/texturetests.dir/rule
# Convenience name for target.
texturetests: tests/CMakeFiles/texturetests.dir/rule
.PHONY : texturetests
# fast build rule for target.
texturetests/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/build
.PHONY : texturetests/fast
__/external/dfdutils/dfd2vk.o: __/external/dfdutils/dfd2vk.c.o
.PHONY : __/external/dfdutils/dfd2vk.o
# target to build an object file
__/external/dfdutils/dfd2vk.c.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o
.PHONY : __/external/dfdutils/dfd2vk.c.o
__/external/dfdutils/dfd2vk.i: __/external/dfdutils/dfd2vk.c.i
.PHONY : __/external/dfdutils/dfd2vk.i
# target to preprocess a source file
__/external/dfdutils/dfd2vk.c.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.i
.PHONY : __/external/dfdutils/dfd2vk.c.i
__/external/dfdutils/dfd2vk.s: __/external/dfdutils/dfd2vk.c.s
.PHONY : __/external/dfdutils/dfd2vk.s
# target to generate assembly for a file
__/external/dfdutils/dfd2vk.c.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.s
.PHONY : __/external/dfdutils/dfd2vk.c.s
texturetests/texturetests.o: texturetests/texturetests.cc.o
.PHONY : texturetests/texturetests.o
# target to build an object file
texturetests/texturetests.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o
.PHONY : texturetests/texturetests.cc.o
texturetests/texturetests.i: texturetests/texturetests.cc.i
.PHONY : texturetests/texturetests.i
# target to preprocess a source file
texturetests/texturetests.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.i
.PHONY : texturetests/texturetests.cc.i
texturetests/texturetests.s: texturetests/texturetests.cc.s
.PHONY : texturetests/texturetests.s
# target to generate assembly for a file
texturetests/texturetests.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.s
.PHONY : texturetests/texturetests.cc.s
unittests/image_unittests.o: unittests/image_unittests.cc.o
.PHONY : unittests/image_unittests.o
# target to build an object file
unittests/image_unittests.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o
.PHONY : unittests/image_unittests.cc.o
unittests/image_unittests.i: unittests/image_unittests.cc.i
.PHONY : unittests/image_unittests.i
# target to preprocess a source file
unittests/image_unittests.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.i
.PHONY : unittests/image_unittests.cc.i
unittests/image_unittests.s: unittests/image_unittests.cc.s
.PHONY : unittests/image_unittests.s
# target to generate assembly for a file
unittests/image_unittests.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.s
.PHONY : unittests/image_unittests.cc.s
unittests/test_fragment_uri.o: unittests/test_fragment_uri.cc.o
.PHONY : unittests/test_fragment_uri.o
# target to build an object file
unittests/test_fragment_uri.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o
.PHONY : unittests/test_fragment_uri.cc.o
unittests/test_fragment_uri.i: unittests/test_fragment_uri.cc.i
.PHONY : unittests/test_fragment_uri.i
# target to preprocess a source file
unittests/test_fragment_uri.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.i
.PHONY : unittests/test_fragment_uri.cc.i
unittests/test_fragment_uri.s: unittests/test_fragment_uri.cc.s
.PHONY : unittests/test_fragment_uri.s
# target to generate assembly for a file
unittests/test_fragment_uri.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.s
.PHONY : unittests/test_fragment_uri.cc.s
unittests/test_string_to_vkformat.o: unittests/test_string_to_vkformat.cc.o
.PHONY : unittests/test_string_to_vkformat.o
# target to build an object file
unittests/test_string_to_vkformat.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o
.PHONY : unittests/test_string_to_vkformat.cc.o
unittests/test_string_to_vkformat.i: unittests/test_string_to_vkformat.cc.i
.PHONY : unittests/test_string_to_vkformat.i
# target to preprocess a source file
unittests/test_string_to_vkformat.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.i
.PHONY : unittests/test_string_to_vkformat.cc.i
unittests/test_string_to_vkformat.s: unittests/test_string_to_vkformat.cc.s
.PHONY : unittests/test_string_to_vkformat.s
# target to generate assembly for a file
unittests/test_string_to_vkformat.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.s
.PHONY : unittests/test_string_to_vkformat.cc.s
unittests/unittests.o: unittests/unittests.cc.o
.PHONY : unittests/unittests.o
# target to build an object file
unittests/unittests.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o
.PHONY : unittests/unittests.cc.o
unittests/unittests.i: unittests/unittests.cc.i
.PHONY : unittests/unittests.i
# target to preprocess a source file
unittests/unittests.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.i
.PHONY : unittests/unittests.cc.i
unittests/unittests.s: unittests/unittests.cc.s
.PHONY : unittests/unittests.s
# target to generate assembly for a file
unittests/unittests.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.s
.PHONY : unittests/unittests.cc.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... test"
@echo "... texturetests"
@echo "... unittests"
@echo "... __/external/dfdutils/dfd2vk.o"
@echo "... __/external/dfdutils/dfd2vk.i"
@echo "... __/external/dfdutils/dfd2vk.s"
@echo "... texturetests/texturetests.o"
@echo "... texturetests/texturetests.i"
@echo "... texturetests/texturetests.s"
@echo "... unittests/image_unittests.o"
@echo "... unittests/image_unittests.i"
@echo "... unittests/image_unittests.s"
@echo "... unittests/test_fragment_uri.o"
@echo "... unittests/test_fragment_uri.i"
@echo "... unittests/test_fragment_uri.s"
@echo "... unittests/test_string_to_vkformat.o"
@echo "... unittests/test_string_to_vkformat.i"
@echo "... unittests/test_string_to_vkformat.s"
@echo "... unittests/unittests.o"
@echo "... unittests/unittests.i"
@echo "... unittests/unittests.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
+75
View File
@@ -0,0 +1,75 @@
# Install script for directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/abdelrahman/Sources/programming/how-to-vulkan/vendor")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/transcodetests/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/streamtests/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -0,0 +1,24 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc" "tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" "gcc" "tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc" "tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o" "gcc" "tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,130 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
# Include any dependencies generated for this target.
include tests/gtest/CMakeFiles/gtest.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/gtest/CMakeFiles/gtest.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/gtest/CMakeFiles/gtest.dir/progress.make
# Include the compile flags for this target's objects.
include tests/gtest/CMakeFiles/gtest.dir/flags.make
tests/gtest/CMakeFiles/gtest.dir/codegen:
.PHONY : tests/gtest/CMakeFiles/gtest.dir/codegen
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: tests/gtest/CMakeFiles/gtest.dir/flags.make
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: tests/gtest/CMakeFiles/gtest.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-missing-field-initializers -MD -MT tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -MF CMakeFiles/gtest.dir/src/gtest-all.cc.o.d -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-missing-field-initializers -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-missing-field-initializers -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o: tests/gtest/CMakeFiles/gtest.dir/flags.make
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o: tests/gtest/CMakeFiles/gtest.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o -MF CMakeFiles/gtest.dir/src/gtest_main.cc.o.d -o CMakeFiles/gtest.dir/src/gtest_main.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest_main.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc > CMakeFiles/gtest.dir/src/gtest_main.cc.i
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest_main.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc -o CMakeFiles/gtest.dir/src/gtest_main.cc.s
# Object files for target gtest
gtest_OBJECTS = \
"CMakeFiles/gtest.dir/src/gtest-all.cc.o" \
"CMakeFiles/gtest.dir/src/gtest_main.cc.o"
# External object files for target gtest
gtest_EXTERNAL_OBJECTS =
tests/gtest/libgtest.a: tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
tests/gtest/libgtest.a: tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o
tests/gtest/libgtest.a: tests/gtest/CMakeFiles/gtest.dir/build.make
tests/gtest/libgtest.a: tests/gtest/CMakeFiles/gtest.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libgtest.a"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/gtest/CMakeFiles/gtest.dir/build: tests/gtest/libgtest.a
.PHONY : tests/gtest/CMakeFiles/gtest.dir/build
tests/gtest/CMakeFiles/gtest.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
.PHONY : tests/gtest/CMakeFiles/gtest.dir/clean
tests/gtest/CMakeFiles/gtest.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest/CMakeFiles/gtest.dir/DependInfo.cmake "--color=$(COLOR)" gtest
.PHONY : tests/gtest/CMakeFiles/gtest.dir/depend
@@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
"CMakeFiles/gtest.dir/src/gtest-all.cc.o.d"
"CMakeFiles/gtest.dir/src/gtest_main.cc.o"
"CMakeFiles/gtest.dir/src/gtest_main.cc.o.d"
"libgtest.a"
"libgtest.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libgtest.a"
)
@@ -0,0 +1,791 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-death-test.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-filepath.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-internal-inl.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-matchers.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-port.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-printers.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-test-part.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-typed-test.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-spi.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h
/usr/include/alloca.h
/usr/include/arpa/inet.h
/usr/include/asm-generic/bitsperlong.h
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/int-ll64.h
/usr/include/asm-generic/posix_types.h
/usr/include/asm-generic/socket.h
/usr/include/asm-generic/sockios.h
/usr/include/asm-generic/types.h
/usr/include/asm/bitsperlong.h
/usr/include/asm/errno.h
/usr/include/asm/posix_types.h
/usr/include/asm/posix_types_64.h
/usr/include/asm/socket.h
/usr/include/asm/sockios.h
/usr/include/asm/types.h
/usr/include/assert.h
/usr/include/bits/atomic_wide_counter.h
/usr/include/bits/byteswap.h
/usr/include/bits/cloexec.h
/usr/include/bits/confname.h
/usr/include/bits/cpu-set.h
/usr/include/bits/endian.h
/usr/include/bits/endianness.h
/usr/include/bits/environments.h
/usr/include/bits/errno.h
/usr/include/bits/fcntl-linux.h
/usr/include/bits/fcntl.h
/usr/include/bits/floatn-common.h
/usr/include/bits/floatn.h
/usr/include/bits/flt-eval-method.h
/usr/include/bits/fp-fast.h
/usr/include/bits/fp-logb.h
/usr/include/bits/getopt_core.h
/usr/include/bits/getopt_posix.h
/usr/include/bits/in.h
/usr/include/bits/iscanonical.h
/usr/include/bits/libc-header-start.h
/usr/include/bits/libm-simd-decl-stubs.h
/usr/include/bits/local_lim.h
/usr/include/bits/locale.h
/usr/include/bits/long-double.h
/usr/include/bits/math-vector.h
/usr/include/bits/mathcalls-helper-functions.h
/usr/include/bits/mathcalls-macros.h
/usr/include/bits/mathcalls-narrow.h
/usr/include/bits/mathcalls.h
/usr/include/bits/mman-linux.h
/usr/include/bits/mman-map-flags-generic.h
/usr/include/bits/mman-shared.h
/usr/include/bits/mman.h
/usr/include/bits/mman_ext.h
/usr/include/bits/netdb.h
/usr/include/bits/openat2.h
/usr/include/bits/posix1_lim.h
/usr/include/bits/posix2_lim.h
/usr/include/bits/posix_opt.h
/usr/include/bits/pthread_stack_min-dynamic.h
/usr/include/bits/pthreadtypes-arch.h
/usr/include/bits/pthreadtypes.h
/usr/include/bits/sched.h
/usr/include/bits/select.h
/usr/include/bits/setjmp.h
/usr/include/bits/sigaction.h
/usr/include/bits/sigcontext.h
/usr/include/bits/sigevent-consts.h
/usr/include/bits/siginfo-arch.h
/usr/include/bits/siginfo-consts-arch.h
/usr/include/bits/siginfo-consts.h
/usr/include/bits/signal_ext.h
/usr/include/bits/signum-arch.h
/usr/include/bits/signum-generic.h
/usr/include/bits/sigstack.h
/usr/include/bits/sigstksz.h
/usr/include/bits/sigthread.h
/usr/include/bits/sockaddr.h
/usr/include/bits/socket.h
/usr/include/bits/socket_type.h
/usr/include/bits/ss_flags.h
/usr/include/bits/stat.h
/usr/include/bits/statx-generic.h
/usr/include/bits/statx.h
/usr/include/bits/stdint-intn.h
/usr/include/bits/stdint-least.h
/usr/include/bits/stdint-uintn.h
/usr/include/bits/stdio.h
/usr/include/bits/stdio_lim.h
/usr/include/bits/stdlib-bsearch.h
/usr/include/bits/stdlib-float.h
/usr/include/bits/struct_mutex.h
/usr/include/bits/struct_rwlock.h
/usr/include/bits/struct_stat.h
/usr/include/bits/thread-shared-types.h
/usr/include/bits/time.h
/usr/include/bits/time64.h
/usr/include/bits/timesize.h
/usr/include/bits/timex.h
/usr/include/bits/types.h
/usr/include/bits/types/FILE.h
/usr/include/bits/types/__FILE.h
/usr/include/bits/types/__fpos64_t.h
/usr/include/bits/types/__fpos_t.h
/usr/include/bits/types/__locale_t.h
/usr/include/bits/types/__mbstate_t.h
/usr/include/bits/types/__sigset_t.h
/usr/include/bits/types/__sigval_t.h
/usr/include/bits/types/clock_t.h
/usr/include/bits/types/clockid_t.h
/usr/include/bits/types/cookie_io_functions_t.h
/usr/include/bits/types/error_t.h
/usr/include/bits/types/idtype_t.h
/usr/include/bits/types/locale_t.h
/usr/include/bits/types/mbstate_t.h
/usr/include/bits/types/sig_atomic_t.h
/usr/include/bits/types/sigevent_t.h
/usr/include/bits/types/siginfo_t.h
/usr/include/bits/types/sigset_t.h
/usr/include/bits/types/sigval_t.h
/usr/include/bits/types/stack_t.h
/usr/include/bits/types/struct_FILE.h
/usr/include/bits/types/struct___jmp_buf_tag.h
/usr/include/bits/types/struct_iovec.h
/usr/include/bits/types/struct_itimerspec.h
/usr/include/bits/types/struct_osockaddr.h
/usr/include/bits/types/struct_sched_param.h
/usr/include/bits/types/struct_sigstack.h
/usr/include/bits/types/struct_statx.h
/usr/include/bits/types/struct_statx_timestamp.h
/usr/include/bits/types/struct_timespec.h
/usr/include/bits/types/struct_timeval.h
/usr/include/bits/types/struct_tm.h
/usr/include/bits/types/time_t.h
/usr/include/bits/types/timer_t.h
/usr/include/bits/types/wint_t.h
/usr/include/bits/typesizes.h
/usr/include/bits/uintn-identity.h
/usr/include/bits/uio_lim.h
/usr/include/bits/unistd_ext.h
/usr/include/bits/waitflags.h
/usr/include/bits/waitstatus.h
/usr/include/bits/wchar.h
/usr/include/bits/wctype-wchar.h
/usr/include/bits/wordsize.h
/usr/include/bits/xopen_lim.h
/usr/include/c++/16.1.1/algorithm
/usr/include/c++/16.1.1/any
/usr/include/c++/16.1.1/array
/usr/include/c++/16.1.1/atomic
/usr/include/c++/16.1.1/backward/auto_ptr.h
/usr/include/c++/16.1.1/backward/binders.h
/usr/include/c++/16.1.1/bit
/usr/include/c++/16.1.1/bits/algorithmfwd.h
/usr/include/c++/16.1.1/bits/align.h
/usr/include/c++/16.1.1/bits/alloc_traits.h
/usr/include/c++/16.1.1/bits/allocated_ptr.h
/usr/include/c++/16.1.1/bits/allocator.h
/usr/include/c++/16.1.1/bits/atomic_base.h
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h
/usr/include/c++/16.1.1/bits/basic_ios.h
/usr/include/c++/16.1.1/bits/basic_ios.tcc
/usr/include/c++/16.1.1/bits/basic_string.h
/usr/include/c++/16.1.1/bits/basic_string.tcc
/usr/include/c++/16.1.1/bits/char_traits.h
/usr/include/c++/16.1.1/bits/charconv.h
/usr/include/c++/16.1.1/bits/chrono.h
/usr/include/c++/16.1.1/bits/codecvt.h
/usr/include/c++/16.1.1/bits/concept_check.h
/usr/include/c++/16.1.1/bits/cpp_type_traits.h
/usr/include/c++/16.1.1/bits/cxxabi_forced.h
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h
/usr/include/c++/16.1.1/bits/enable_special_members.h
/usr/include/c++/16.1.1/bits/erase_if.h
/usr/include/c++/16.1.1/bits/exception.h
/usr/include/c++/16.1.1/bits/exception_defines.h
/usr/include/c++/16.1.1/bits/exception_ptr.h
/usr/include/c++/16.1.1/bits/fstream.tcc
/usr/include/c++/16.1.1/bits/functexcept.h
/usr/include/c++/16.1.1/bits/functional_hash.h
/usr/include/c++/16.1.1/bits/hash_bytes.h
/usr/include/c++/16.1.1/bits/hashtable.h
/usr/include/c++/16.1.1/bits/hashtable_policy.h
/usr/include/c++/16.1.1/bits/invoke.h
/usr/include/c++/16.1.1/bits/ios_base.h
/usr/include/c++/16.1.1/bits/istream.tcc
/usr/include/c++/16.1.1/bits/list.tcc
/usr/include/c++/16.1.1/bits/locale_classes.h
/usr/include/c++/16.1.1/bits/locale_classes.tcc
/usr/include/c++/16.1.1/bits/locale_conv.h
/usr/include/c++/16.1.1/bits/locale_facets.h
/usr/include/c++/16.1.1/bits/locale_facets.tcc
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc
/usr/include/c++/16.1.1/bits/localefwd.h
/usr/include/c++/16.1.1/bits/memory_resource.h
/usr/include/c++/16.1.1/bits/memoryfwd.h
/usr/include/c++/16.1.1/bits/monostate.h
/usr/include/c++/16.1.1/bits/move.h
/usr/include/c++/16.1.1/bits/nested_exception.h
/usr/include/c++/16.1.1/bits/new_allocator.h
/usr/include/c++/16.1.1/bits/new_except.h
/usr/include/c++/16.1.1/bits/new_throw.h
/usr/include/c++/16.1.1/bits/node_handle.h
/usr/include/c++/16.1.1/bits/ostream.h
/usr/include/c++/16.1.1/bits/ostream.tcc
/usr/include/c++/16.1.1/bits/ostream_insert.h
/usr/include/c++/16.1.1/bits/ostream_print.h
/usr/include/c++/16.1.1/bits/parse_numbers.h
/usr/include/c++/16.1.1/bits/postypes.h
/usr/include/c++/16.1.1/bits/predefined_ops.h
/usr/include/c++/16.1.1/bits/ptr_traits.h
/usr/include/c++/16.1.1/bits/quoted_string.h
/usr/include/c++/16.1.1/bits/range_access.h
/usr/include/c++/16.1.1/bits/refwrap.h
/usr/include/c++/16.1.1/bits/requires_hosted.h
/usr/include/c++/16.1.1/bits/shared_ptr.h
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h
/usr/include/c++/16.1.1/bits/shared_ptr_base.h
/usr/include/c++/16.1.1/bits/specfun.h
/usr/include/c++/16.1.1/bits/sstream.tcc
/usr/include/c++/16.1.1/bits/std_abs.h
/usr/include/c++/16.1.1/bits/std_function.h
/usr/include/c++/16.1.1/bits/stdexcept_except.h
/usr/include/c++/16.1.1/bits/stdexcept_throw.h
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h
/usr/include/c++/16.1.1/bits/stl_algo.h
/usr/include/c++/16.1.1/bits/stl_algobase.h
/usr/include/c++/16.1.1/bits/stl_bvector.h
/usr/include/c++/16.1.1/bits/stl_construct.h
/usr/include/c++/16.1.1/bits/stl_function.h
/usr/include/c++/16.1.1/bits/stl_heap.h
/usr/include/c++/16.1.1/bits/stl_iterator.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h
/usr/include/c++/16.1.1/bits/stl_list.h
/usr/include/c++/16.1.1/bits/stl_map.h
/usr/include/c++/16.1.1/bits/stl_multimap.h
/usr/include/c++/16.1.1/bits/stl_multiset.h
/usr/include/c++/16.1.1/bits/stl_pair.h
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h
/usr/include/c++/16.1.1/bits/stl_relops.h
/usr/include/c++/16.1.1/bits/stl_set.h
/usr/include/c++/16.1.1/bits/stl_tempbuf.h
/usr/include/c++/16.1.1/bits/stl_tree.h
/usr/include/c++/16.1.1/bits/stl_uninitialized.h
/usr/include/c++/16.1.1/bits/stl_vector.h
/usr/include/c++/16.1.1/bits/stream_iterator.h
/usr/include/c++/16.1.1/bits/streambuf.tcc
/usr/include/c++/16.1.1/bits/streambuf_iterator.h
/usr/include/c++/16.1.1/bits/string_view.tcc
/usr/include/c++/16.1.1/bits/stringfwd.h
/usr/include/c++/16.1.1/bits/uniform_int_dist.h
/usr/include/c++/16.1.1/bits/unique_ptr.h
/usr/include/c++/16.1.1/bits/unordered_map.h
/usr/include/c++/16.1.1/bits/uses_allocator.h
/usr/include/c++/16.1.1/bits/uses_allocator_args.h
/usr/include/c++/16.1.1/bits/utility.h
/usr/include/c++/16.1.1/bits/vector.tcc
/usr/include/c++/16.1.1/bits/version.h
/usr/include/c++/16.1.1/cassert
/usr/include/c++/16.1.1/cctype
/usr/include/c++/16.1.1/cerrno
/usr/include/c++/16.1.1/chrono
/usr/include/c++/16.1.1/climits
/usr/include/c++/16.1.1/clocale
/usr/include/c++/16.1.1/cmath
/usr/include/c++/16.1.1/compare
/usr/include/c++/16.1.1/concepts
/usr/include/c++/16.1.1/cstddef
/usr/include/c++/16.1.1/cstdint
/usr/include/c++/16.1.1/cstdio
/usr/include/c++/16.1.1/cstdlib
/usr/include/c++/16.1.1/ctime
/usr/include/c++/16.1.1/cwchar
/usr/include/c++/16.1.1/cwctype
/usr/include/c++/16.1.1/cxxabi.h
/usr/include/c++/16.1.1/debug/assertions.h
/usr/include/c++/16.1.1/debug/debug.h
/usr/include/c++/16.1.1/exception
/usr/include/c++/16.1.1/ext/aligned_buffer.h
/usr/include/c++/16.1.1/ext/alloc_traits.h
/usr/include/c++/16.1.1/ext/atomicity.h
/usr/include/c++/16.1.1/ext/concurrence.h
/usr/include/c++/16.1.1/ext/numeric_traits.h
/usr/include/c++/16.1.1/ext/string_conversions.h
/usr/include/c++/16.1.1/ext/type_traits.h
/usr/include/c++/16.1.1/fstream
/usr/include/c++/16.1.1/functional
/usr/include/c++/16.1.1/initializer_list
/usr/include/c++/16.1.1/iomanip
/usr/include/c++/16.1.1/ios
/usr/include/c++/16.1.1/iosfwd
/usr/include/c++/16.1.1/iostream
/usr/include/c++/16.1.1/istream
/usr/include/c++/16.1.1/iterator
/usr/include/c++/16.1.1/limits
/usr/include/c++/16.1.1/list
/usr/include/c++/16.1.1/locale
/usr/include/c++/16.1.1/map
/usr/include/c++/16.1.1/memory
/usr/include/c++/16.1.1/new
/usr/include/c++/16.1.1/optional
/usr/include/c++/16.1.1/ostream
/usr/include/c++/16.1.1/pstl/execution_defs.h
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h
/usr/include/c++/16.1.1/pstl/pstl_config.h
/usr/include/c++/16.1.1/ratio
/usr/include/c++/16.1.1/set
/usr/include/c++/16.1.1/sstream
/usr/include/c++/16.1.1/stdexcept
/usr/include/c++/16.1.1/stdlib.h
/usr/include/c++/16.1.1/streambuf
/usr/include/c++/16.1.1/string
/usr/include/c++/16.1.1/string_view
/usr/include/c++/16.1.1/system_error
/usr/include/c++/16.1.1/tr1/bessel_function.tcc
/usr/include/c++/16.1.1/tr1/beta_function.tcc
/usr/include/c++/16.1.1/tr1/ell_integral.tcc
/usr/include/c++/16.1.1/tr1/exp_integral.tcc
/usr/include/c++/16.1.1/tr1/gamma.tcc
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc
/usr/include/c++/16.1.1/tr1/legendre_function.tcc
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc
/usr/include/c++/16.1.1/tr1/special_function_util.h
/usr/include/c++/16.1.1/tuple
/usr/include/c++/16.1.1/type_traits
/usr/include/c++/16.1.1/typeinfo
/usr/include/c++/16.1.1/unordered_map
/usr/include/c++/16.1.1/utility
/usr/include/c++/16.1.1/variant
/usr/include/c++/16.1.1/vector
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h
/usr/include/ctype.h
/usr/include/endian.h
/usr/include/errno.h
/usr/include/fcntl.h
/usr/include/features-time64.h
/usr/include/features.h
/usr/include/gnu/stubs-64.h
/usr/include/gnu/stubs.h
/usr/include/libintl.h
/usr/include/limits.h
/usr/include/linux/close_range.h
/usr/include/linux/errno.h
/usr/include/linux/falloc.h
/usr/include/linux/limits.h
/usr/include/linux/openat2.h
/usr/include/linux/posix_types.h
/usr/include/linux/sched/types.h
/usr/include/linux/stat.h
/usr/include/linux/stddef.h
/usr/include/linux/types.h
/usr/include/locale.h
/usr/include/math.h
/usr/include/netdb.h
/usr/include/netinet/in.h
/usr/include/pthread.h
/usr/include/regex.h
/usr/include/rpc/netdb.h
/usr/include/sched.h
/usr/include/signal.h
/usr/include/stdc-predef.h
/usr/include/stdint.h
/usr/include/stdio.h
/usr/include/stdlib.h
/usr/include/string.h
/usr/include/strings.h
/usr/include/sys/cdefs.h
/usr/include/sys/mman.h
/usr/include/sys/select.h
/usr/include/sys/single_threaded.h
/usr/include/sys/socket.h
/usr/include/sys/stat.h
/usr/include/sys/time.h
/usr/include/sys/types.h
/usr/include/sys/ucontext.h
/usr/include/sys/wait.h
/usr/include/time.h
/usr/include/unistd.h
/usr/include/wchar.h
/usr/include/wctype.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h
/usr/include/alloca.h
/usr/include/asm-generic/bitsperlong.h
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/int-ll64.h
/usr/include/asm-generic/posix_types.h
/usr/include/asm-generic/types.h
/usr/include/asm/bitsperlong.h
/usr/include/asm/errno.h
/usr/include/asm/posix_types.h
/usr/include/asm/posix_types_64.h
/usr/include/asm/types.h
/usr/include/assert.h
/usr/include/bits/atomic_wide_counter.h
/usr/include/bits/byteswap.h
/usr/include/bits/confname.h
/usr/include/bits/cpu-set.h
/usr/include/bits/endian.h
/usr/include/bits/endianness.h
/usr/include/bits/environments.h
/usr/include/bits/errno.h
/usr/include/bits/floatn-common.h
/usr/include/bits/floatn.h
/usr/include/bits/getopt_core.h
/usr/include/bits/getopt_posix.h
/usr/include/bits/libc-header-start.h
/usr/include/bits/locale.h
/usr/include/bits/long-double.h
/usr/include/bits/posix_opt.h
/usr/include/bits/pthread_stack_min-dynamic.h
/usr/include/bits/pthreadtypes-arch.h
/usr/include/bits/pthreadtypes.h
/usr/include/bits/sched.h
/usr/include/bits/select.h
/usr/include/bits/setjmp.h
/usr/include/bits/sigaction.h
/usr/include/bits/sigcontext.h
/usr/include/bits/sigevent-consts.h
/usr/include/bits/siginfo-arch.h
/usr/include/bits/siginfo-consts-arch.h
/usr/include/bits/siginfo-consts.h
/usr/include/bits/signal_ext.h
/usr/include/bits/signum-arch.h
/usr/include/bits/signum-generic.h
/usr/include/bits/sigstack.h
/usr/include/bits/sigstksz.h
/usr/include/bits/sigthread.h
/usr/include/bits/ss_flags.h
/usr/include/bits/stat.h
/usr/include/bits/statx-generic.h
/usr/include/bits/statx.h
/usr/include/bits/stdint-intn.h
/usr/include/bits/stdint-least.h
/usr/include/bits/stdint-uintn.h
/usr/include/bits/stdio.h
/usr/include/bits/stdio_lim.h
/usr/include/bits/stdlib-bsearch.h
/usr/include/bits/stdlib-float.h
/usr/include/bits/struct_mutex.h
/usr/include/bits/struct_rwlock.h
/usr/include/bits/struct_stat.h
/usr/include/bits/thread-shared-types.h
/usr/include/bits/time.h
/usr/include/bits/time64.h
/usr/include/bits/timesize.h
/usr/include/bits/timex.h
/usr/include/bits/types.h
/usr/include/bits/types/FILE.h
/usr/include/bits/types/__FILE.h
/usr/include/bits/types/__fpos64_t.h
/usr/include/bits/types/__fpos_t.h
/usr/include/bits/types/__locale_t.h
/usr/include/bits/types/__mbstate_t.h
/usr/include/bits/types/__sigset_t.h
/usr/include/bits/types/__sigval_t.h
/usr/include/bits/types/clock_t.h
/usr/include/bits/types/clockid_t.h
/usr/include/bits/types/cookie_io_functions_t.h
/usr/include/bits/types/error_t.h
/usr/include/bits/types/idtype_t.h
/usr/include/bits/types/locale_t.h
/usr/include/bits/types/mbstate_t.h
/usr/include/bits/types/sig_atomic_t.h
/usr/include/bits/types/sigevent_t.h
/usr/include/bits/types/siginfo_t.h
/usr/include/bits/types/sigset_t.h
/usr/include/bits/types/sigval_t.h
/usr/include/bits/types/stack_t.h
/usr/include/bits/types/struct_FILE.h
/usr/include/bits/types/struct___jmp_buf_tag.h
/usr/include/bits/types/struct_itimerspec.h
/usr/include/bits/types/struct_sched_param.h
/usr/include/bits/types/struct_sigstack.h
/usr/include/bits/types/struct_statx.h
/usr/include/bits/types/struct_statx_timestamp.h
/usr/include/bits/types/struct_timespec.h
/usr/include/bits/types/struct_timeval.h
/usr/include/bits/types/struct_tm.h
/usr/include/bits/types/time_t.h
/usr/include/bits/types/timer_t.h
/usr/include/bits/types/wint_t.h
/usr/include/bits/typesizes.h
/usr/include/bits/uintn-identity.h
/usr/include/bits/unistd_ext.h
/usr/include/bits/waitflags.h
/usr/include/bits/waitstatus.h
/usr/include/bits/wchar.h
/usr/include/bits/wctype-wchar.h
/usr/include/bits/wordsize.h
/usr/include/c++/16.1.1/any
/usr/include/c++/16.1.1/array
/usr/include/c++/16.1.1/atomic
/usr/include/c++/16.1.1/backward/auto_ptr.h
/usr/include/c++/16.1.1/backward/binders.h
/usr/include/c++/16.1.1/bit
/usr/include/c++/16.1.1/bits/align.h
/usr/include/c++/16.1.1/bits/alloc_traits.h
/usr/include/c++/16.1.1/bits/allocated_ptr.h
/usr/include/c++/16.1.1/bits/allocator.h
/usr/include/c++/16.1.1/bits/atomic_base.h
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h
/usr/include/c++/16.1.1/bits/basic_ios.h
/usr/include/c++/16.1.1/bits/basic_ios.tcc
/usr/include/c++/16.1.1/bits/basic_string.h
/usr/include/c++/16.1.1/bits/basic_string.tcc
/usr/include/c++/16.1.1/bits/char_traits.h
/usr/include/c++/16.1.1/bits/charconv.h
/usr/include/c++/16.1.1/bits/codecvt.h
/usr/include/c++/16.1.1/bits/concept_check.h
/usr/include/c++/16.1.1/bits/cpp_type_traits.h
/usr/include/c++/16.1.1/bits/cxxabi_forced.h
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h
/usr/include/c++/16.1.1/bits/enable_special_members.h
/usr/include/c++/16.1.1/bits/erase_if.h
/usr/include/c++/16.1.1/bits/exception.h
/usr/include/c++/16.1.1/bits/exception_defines.h
/usr/include/c++/16.1.1/bits/exception_ptr.h
/usr/include/c++/16.1.1/bits/functexcept.h
/usr/include/c++/16.1.1/bits/functional_hash.h
/usr/include/c++/16.1.1/bits/hash_bytes.h
/usr/include/c++/16.1.1/bits/hashtable.h
/usr/include/c++/16.1.1/bits/hashtable_policy.h
/usr/include/c++/16.1.1/bits/invoke.h
/usr/include/c++/16.1.1/bits/ios_base.h
/usr/include/c++/16.1.1/bits/istream.tcc
/usr/include/c++/16.1.1/bits/locale_classes.h
/usr/include/c++/16.1.1/bits/locale_classes.tcc
/usr/include/c++/16.1.1/bits/locale_conv.h
/usr/include/c++/16.1.1/bits/locale_facets.h
/usr/include/c++/16.1.1/bits/locale_facets.tcc
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc
/usr/include/c++/16.1.1/bits/localefwd.h
/usr/include/c++/16.1.1/bits/memory_resource.h
/usr/include/c++/16.1.1/bits/memoryfwd.h
/usr/include/c++/16.1.1/bits/monostate.h
/usr/include/c++/16.1.1/bits/move.h
/usr/include/c++/16.1.1/bits/nested_exception.h
/usr/include/c++/16.1.1/bits/new_allocator.h
/usr/include/c++/16.1.1/bits/new_except.h
/usr/include/c++/16.1.1/bits/new_throw.h
/usr/include/c++/16.1.1/bits/node_handle.h
/usr/include/c++/16.1.1/bits/ostream.h
/usr/include/c++/16.1.1/bits/ostream.tcc
/usr/include/c++/16.1.1/bits/ostream_insert.h
/usr/include/c++/16.1.1/bits/ostream_print.h
/usr/include/c++/16.1.1/bits/parse_numbers.h
/usr/include/c++/16.1.1/bits/postypes.h
/usr/include/c++/16.1.1/bits/predefined_ops.h
/usr/include/c++/16.1.1/bits/ptr_traits.h
/usr/include/c++/16.1.1/bits/quoted_string.h
/usr/include/c++/16.1.1/bits/range_access.h
/usr/include/c++/16.1.1/bits/refwrap.h
/usr/include/c++/16.1.1/bits/requires_hosted.h
/usr/include/c++/16.1.1/bits/shared_ptr.h
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h
/usr/include/c++/16.1.1/bits/shared_ptr_base.h
/usr/include/c++/16.1.1/bits/sstream.tcc
/usr/include/c++/16.1.1/bits/std_abs.h
/usr/include/c++/16.1.1/bits/std_function.h
/usr/include/c++/16.1.1/bits/stdexcept_except.h
/usr/include/c++/16.1.1/bits/stdexcept_throw.h
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h
/usr/include/c++/16.1.1/bits/stl_algobase.h
/usr/include/c++/16.1.1/bits/stl_bvector.h
/usr/include/c++/16.1.1/bits/stl_construct.h
/usr/include/c++/16.1.1/bits/stl_function.h
/usr/include/c++/16.1.1/bits/stl_iterator.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h
/usr/include/c++/16.1.1/bits/stl_map.h
/usr/include/c++/16.1.1/bits/stl_multimap.h
/usr/include/c++/16.1.1/bits/stl_multiset.h
/usr/include/c++/16.1.1/bits/stl_pair.h
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h
/usr/include/c++/16.1.1/bits/stl_relops.h
/usr/include/c++/16.1.1/bits/stl_set.h
/usr/include/c++/16.1.1/bits/stl_tempbuf.h
/usr/include/c++/16.1.1/bits/stl_tree.h
/usr/include/c++/16.1.1/bits/stl_uninitialized.h
/usr/include/c++/16.1.1/bits/stl_vector.h
/usr/include/c++/16.1.1/bits/stream_iterator.h
/usr/include/c++/16.1.1/bits/streambuf.tcc
/usr/include/c++/16.1.1/bits/streambuf_iterator.h
/usr/include/c++/16.1.1/bits/string_view.tcc
/usr/include/c++/16.1.1/bits/stringfwd.h
/usr/include/c++/16.1.1/bits/unique_ptr.h
/usr/include/c++/16.1.1/bits/unordered_map.h
/usr/include/c++/16.1.1/bits/uses_allocator.h
/usr/include/c++/16.1.1/bits/uses_allocator_args.h
/usr/include/c++/16.1.1/bits/utility.h
/usr/include/c++/16.1.1/bits/vector.tcc
/usr/include/c++/16.1.1/bits/version.h
/usr/include/c++/16.1.1/cassert
/usr/include/c++/16.1.1/cctype
/usr/include/c++/16.1.1/cerrno
/usr/include/c++/16.1.1/clocale
/usr/include/c++/16.1.1/compare
/usr/include/c++/16.1.1/concepts
/usr/include/c++/16.1.1/cstddef
/usr/include/c++/16.1.1/cstdint
/usr/include/c++/16.1.1/cstdio
/usr/include/c++/16.1.1/cstdlib
/usr/include/c++/16.1.1/ctime
/usr/include/c++/16.1.1/cwchar
/usr/include/c++/16.1.1/cwctype
/usr/include/c++/16.1.1/cxxabi.h
/usr/include/c++/16.1.1/debug/assertions.h
/usr/include/c++/16.1.1/debug/debug.h
/usr/include/c++/16.1.1/exception
/usr/include/c++/16.1.1/ext/aligned_buffer.h
/usr/include/c++/16.1.1/ext/alloc_traits.h
/usr/include/c++/16.1.1/ext/atomicity.h
/usr/include/c++/16.1.1/ext/concurrence.h
/usr/include/c++/16.1.1/ext/numeric_traits.h
/usr/include/c++/16.1.1/ext/string_conversions.h
/usr/include/c++/16.1.1/ext/type_traits.h
/usr/include/c++/16.1.1/functional
/usr/include/c++/16.1.1/initializer_list
/usr/include/c++/16.1.1/iomanip
/usr/include/c++/16.1.1/ios
/usr/include/c++/16.1.1/iosfwd
/usr/include/c++/16.1.1/iostream
/usr/include/c++/16.1.1/istream
/usr/include/c++/16.1.1/iterator
/usr/include/c++/16.1.1/limits
/usr/include/c++/16.1.1/locale
/usr/include/c++/16.1.1/map
/usr/include/c++/16.1.1/memory
/usr/include/c++/16.1.1/new
/usr/include/c++/16.1.1/optional
/usr/include/c++/16.1.1/ostream
/usr/include/c++/16.1.1/pstl/execution_defs.h
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h
/usr/include/c++/16.1.1/pstl/pstl_config.h
/usr/include/c++/16.1.1/set
/usr/include/c++/16.1.1/sstream
/usr/include/c++/16.1.1/stdexcept
/usr/include/c++/16.1.1/stdlib.h
/usr/include/c++/16.1.1/streambuf
/usr/include/c++/16.1.1/string
/usr/include/c++/16.1.1/string_view
/usr/include/c++/16.1.1/system_error
/usr/include/c++/16.1.1/tuple
/usr/include/c++/16.1.1/type_traits
/usr/include/c++/16.1.1/typeinfo
/usr/include/c++/16.1.1/unordered_map
/usr/include/c++/16.1.1/utility
/usr/include/c++/16.1.1/variant
/usr/include/c++/16.1.1/vector
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h
/usr/include/ctype.h
/usr/include/endian.h
/usr/include/errno.h
/usr/include/features-time64.h
/usr/include/features.h
/usr/include/gnu/stubs-64.h
/usr/include/gnu/stubs.h
/usr/include/libintl.h
/usr/include/linux/close_range.h
/usr/include/linux/errno.h
/usr/include/linux/posix_types.h
/usr/include/linux/sched/types.h
/usr/include/linux/stat.h
/usr/include/linux/stddef.h
/usr/include/linux/types.h
/usr/include/locale.h
/usr/include/pthread.h
/usr/include/regex.h
/usr/include/sched.h
/usr/include/signal.h
/usr/include/stdc-predef.h
/usr/include/stdint.h
/usr/include/stdio.h
/usr/include/stdlib.h
/usr/include/string.h
/usr/include/strings.h
/usr/include/sys/cdefs.h
/usr/include/sys/select.h
/usr/include/sys/single_threaded.h
/usr/include/sys/stat.h
/usr/include/sys/types.h
/usr/include/sys/ucontext.h
/usr/include/sys/wait.h
/usr/include/time.h
/usr/include/unistd.h
/usr/include/wchar.h
/usr/include/wctype.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for gtest.
@@ -0,0 +1,2 @@
# Empty dependencies file for gtest.
# This may be replaced when dependencies are built.
@@ -0,0 +1,12 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/.
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -Wall -Wextra -O3 -ffp-contract=off
# Custom options: tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o_OPTIONS = -Wno-missing-field-initializers
@@ -0,0 +1,2 @@
/usr/bin/ar qc libgtest.a "CMakeFiles/gtest.dir/src/gtest-all.cc.o" CMakeFiles/gtest.dir/src/gtest_main.cc.o
/usr/bin/ranlib libgtest.a
@@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 18
CMAKE_PROGRESS_3 =
@@ -0,0 +1,322 @@
tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest-all.cc \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/c++/16.1.1/bits/version.h /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/memory /usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h /usr/include/c++/16.1.1/tuple \
/usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/types/time_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/types/struct_itimerspec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \
/usr/include/bits/stdlib-float.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/c++/16.1.1/cstdio /usr/include/stdio.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/string.h \
/usr/include/strings.h /usr/include/c++/16.1.1/cstdint \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/bits/statx.h /usr/include/linux/stat.h \
/usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest.cc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-spi.h \
/usr/include/c++/16.1.1/algorithm \
/usr/include/c++/16.1.1/bits/stl_algo.h \
/usr/include/c++/16.1.1/bits/algorithmfwd.h \
/usr/include/c++/16.1.1/bits/stl_heap.h \
/usr/include/c++/16.1.1/bits/uniform_int_dist.h \
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h \
/usr/include/c++/16.1.1/chrono /usr/include/c++/16.1.1/bits/chrono.h \
/usr/include/c++/16.1.1/ratio /usr/include/c++/16.1.1/cmath \
/usr/include/math.h /usr/include/bits/math-vector.h \
/usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/usr/include/c++/16.1.1/list /usr/include/c++/16.1.1/bits/stl_list.h \
/usr/include/c++/16.1.1/bits/list.tcc /usr/include/fcntl.h \
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
/usr/include/bits/types/struct_iovec.h /usr/include/bits/cloexec.h \
/usr/include/linux/falloc.h /usr/include/linux/openat2.h \
/usr/include/bits/openat2.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/sys/mman.h \
/usr/include/bits/mman.h /usr/include/bits/mman-map-flags-generic.h \
/usr/include/bits/mman-linux.h /usr/include/bits/mman-shared.h \
/usr/include/bits/mman_ext.h /usr/include/sys/time.h \
/usr/include/arpa/inet.h /usr/include/netinet/in.h \
/usr/include/sys/socket.h /usr/include/bits/socket.h \
/usr/include/bits/socket_type.h /usr/include/bits/sockaddr.h \
/usr/include/asm/socket.h /usr/include/asm-generic/socket.h \
/usr/include/asm/sockios.h /usr/include/asm-generic/sockios.h \
/usr/include/bits/types/struct_osockaddr.h /usr/include/bits/in.h \
/usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-internal-inl.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-death-test.cc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-filepath.cc \
/usr/include/c++/16.1.1/climits \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-matchers.cc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-port.cc \
/usr/include/c++/16.1.1/fstream \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h \
/usr/include/c++/16.1.1/bits/fstream.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-printers.cc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-test-part.cc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/./src/gtest-typed-test.cc
@@ -0,0 +1,256 @@
tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/src/gtest_main.cc \
/usr/include/stdc-predef.h /usr/include/c++/16.1.1/cstdio \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h /usr/include/stdio.h \
/usr/include/bits/libc-header-start.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest.h \
/usr/include/c++/16.1.1/cstddef /usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/limits /usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h /usr/include/c++/16.1.1/tuple \
/usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/wchar.h \
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h \
/usr/include/bits/types/time_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/types/struct_itimerspec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \
/usr/include/bits/stdlib-float.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port.h \
/usr/include/c++/16.1.1/stdlib.h /usr/include/string.h \
/usr/include/strings.h /usr/include/c++/16.1.1/cstdint \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/bits/statx.h /usr/include/linux/stat.h \
/usr/include/bits/statx-generic.h \
/usr/include/bits/types/struct_statx_timestamp.h \
/usr/include/bits/types/struct_statx.h /usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/istream /usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-port.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-port-arch.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/regex.h /usr/include/c++/16.1.1/any \
/usr/include/c++/16.1.1/optional \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/variant /usr/include/c++/16.1.1/bits/monostate.h \
/usr/include/c++/16.1.1/bits/parse_numbers.h /usr/include/sys/wait.h \
/usr/include/signal.h /usr/include/bits/signum-generic.h \
/usr/include/bits/signum-arch.h /usr/include/bits/types/sig_atomic_t.h \
/usr/include/bits/types/siginfo_t.h /usr/include/bits/types/__sigval_t.h \
/usr/include/bits/siginfo-arch.h /usr/include/bits/siginfo-consts.h \
/usr/include/bits/siginfo-consts-arch.h \
/usr/include/bits/types/sigval_t.h /usr/include/bits/types/sigevent_t.h \
/usr/include/bits/sigevent-consts.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/types/stack_t.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigstack.h \
/usr/include/bits/sigstksz.h /usr/include/bits/ss_flags.h \
/usr/include/bits/types/struct_sigstack.h /usr/include/bits/sigthread.h \
/usr/include/bits/signal_ext.h /usr/include/bits/types/idtype_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/map /usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h /usr/include/c++/16.1.1/set \
/usr/include/c++/16.1.1/bits/stl_set.h \
/usr/include/c++/16.1.1/bits/stl_multiset.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-message.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-filepath.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-string.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-type-util.h \
/usr/include/c++/16.1.1/cxxabi.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cxxabi_tweaks.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-death-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-death-test-internal.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-matchers.h \
/usr/include/c++/16.1.1/atomic \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-printers.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/utility \
/usr/include/c++/16.1.1/bits/stl_relops.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/custom/gtest-printers.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-param-test.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/internal/gtest-param-util.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-test-part.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_prod.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest-typed-test.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest/include/gtest/gtest_pred_impl.h
@@ -0,0 +1 @@
1
@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest
# Build directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
+291
View File
@@ -0,0 +1,291 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/bin/ctest $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"dev\" \"library\" \"tools\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest//CMakeFiles/progress.marks
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/gtest/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/gtest/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/gtest/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/gtest/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/gtest/CMakeFiles/gtest.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/gtest/CMakeFiles/gtest.dir/rule
.PHONY : tests/gtest/CMakeFiles/gtest.dir/rule
# Convenience name for target.
gtest: tests/gtest/CMakeFiles/gtest.dir/rule
.PHONY : gtest
# fast build rule for target.
gtest/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast
src/gtest-all.o: src/gtest-all.cc.o
.PHONY : src/gtest-all.o
# target to build an object file
src/gtest-all.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
.PHONY : src/gtest-all.cc.o
src/gtest-all.i: src/gtest-all.cc.i
.PHONY : src/gtest-all.i
# target to preprocess a source file
src/gtest-all.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i
.PHONY : src/gtest-all.cc.i
src/gtest-all.s: src/gtest-all.cc.s
.PHONY : src/gtest-all.s
# target to generate assembly for a file
src/gtest-all.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s
.PHONY : src/gtest-all.cc.s
src/gtest_main.o: src/gtest_main.cc.o
.PHONY : src/gtest_main.o
# target to build an object file
src/gtest_main.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o
.PHONY : src/gtest_main.cc.o
src/gtest_main.i: src/gtest_main.cc.i
.PHONY : src/gtest_main.i
# target to preprocess a source file
src/gtest_main.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.i
.PHONY : src/gtest_main.cc.i
src/gtest_main.s: src/gtest_main.cc.s
.PHONY : src/gtest_main.s
# target to generate assembly for a file
src/gtest_main.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/gtest/CMakeFiles/gtest.dir/build.make tests/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.s
.PHONY : src/gtest_main.cc.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... test"
@echo "... gtest"
@echo "... src/gtest-all.o"
@echo "... src/gtest-all.i"
@echo "... src/gtest-all.s"
@echo "... src/gtest_main.o"
@echo "... src/gtest_main.i"
@echo "... src/gtest_main.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
+50
View File
@@ -0,0 +1,50 @@
# Install script for directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/gtest
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/abdelrahman/Sources/programming/how-to-vulkan/vendor")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/gtest/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
Binary file not shown.
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -0,0 +1,24 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp" "tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o" "gcc" "tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o.d"
"" "Release/ktxdiff" "gcc" "tests/ktxdiff/CMakeFiles/ktxdiff.dir/link.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,118 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
# Include any dependencies generated for this target.
include tests/ktxdiff/CMakeFiles/ktxdiff.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/ktxdiff/CMakeFiles/ktxdiff.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/ktxdiff/CMakeFiles/ktxdiff.dir/progress.make
# Include the compile flags for this target's objects.
include tests/ktxdiff/CMakeFiles/ktxdiff.dir/flags.make
tests/ktxdiff/CMakeFiles/ktxdiff.dir/codegen:
.PHONY : tests/ktxdiff/CMakeFiles/ktxdiff.dir/codegen
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o: tests/ktxdiff/CMakeFiles/ktxdiff.dir/flags.make
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o: tests/ktxdiff/CMakeFiles/ktxdiff.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o -MF CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o.d -o CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp > CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.i
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp -o CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.s
# Object files for target ktxdiff
ktxdiff_OBJECTS = \
"CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o"
# External object files for target ktxdiff
ktxdiff_EXTERNAL_OBJECTS =
Release/ktxdiff: tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o
Release/ktxdiff: tests/ktxdiff/CMakeFiles/ktxdiff.dir/build.make
Release/ktxdiff: tests/ktxdiff/CMakeFiles/ktxdiff.dir/compiler_depend.ts
Release/ktxdiff: Release/libktx.so.0.0.0
Release/ktxdiff: external/astc-encoder/Source/libastcenc-avx2-static.a
Release/ktxdiff: external/fmt/libfmt.a
Release/ktxdiff: libobjUtil.a
Release/ktxdiff: tests/ktxdiff/CMakeFiles/ktxdiff.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../Release/ktxdiff"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ktxdiff.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/ktxdiff/CMakeFiles/ktxdiff.dir/build: Release/ktxdiff
.PHONY : tests/ktxdiff/CMakeFiles/ktxdiff.dir/build
tests/ktxdiff/CMakeFiles/ktxdiff.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff && $(CMAKE_COMMAND) -P CMakeFiles/ktxdiff.dir/cmake_clean.cmake
.PHONY : tests/ktxdiff/CMakeFiles/ktxdiff.dir/clean
tests/ktxdiff/CMakeFiles/ktxdiff.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff/CMakeFiles/ktxdiff.dir/DependInfo.cmake "--color=$(COLOR)" ktxdiff
.PHONY : tests/ktxdiff/CMakeFiles/ktxdiff.dir/depend
@@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"../../Release/ktxdiff"
"../../Release/ktxdiff.pdb"
"CMakeFiles/ktxdiff.dir/link.d"
"CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o"
"CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/ktxdiff.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,368 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
Release/ktxdiff
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/libktx.so.0.0.0
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/external/astc-encoder/Source/libastcenc-avx2-static.a
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/external/fmt/libfmt.a
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/libobjUtil.a
/usr/lib/Scrt1.o
/usr/lib/crti.o
/usr/lib/crtn.o
/usr/lib/libatomic.so
/usr/lib/libatomic_asneeded.so
/usr/lib/libc.so
/usr/lib/libgcc_s.so
/usr/lib/libgcc_s.so.1
/usr/lib/libm.so
/usr/lib/libstdc++.so
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/libc.so.6
/usr/lib/libc_nonshared.a
/usr/lib/libm.so.6
/usr/lib/libmvec.so.1
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source/astcenc.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/chrono.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/os.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/ostream.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/printf.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/formatsize.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/ktxint.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture_funcs.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/platform_utils.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/stdafx.h
/usr/include/alloca.h
/usr/include/asm-generic/bitsperlong.h
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/int-ll64.h
/usr/include/asm-generic/posix_types.h
/usr/include/asm-generic/types.h
/usr/include/asm/bitsperlong.h
/usr/include/asm/errno.h
/usr/include/asm/posix_types.h
/usr/include/asm/posix_types_64.h
/usr/include/asm/types.h
/usr/include/assert.h
/usr/include/bits/atomic_wide_counter.h
/usr/include/bits/byteswap.h
/usr/include/bits/cloexec.h
/usr/include/bits/confname.h
/usr/include/bits/cpu-set.h
/usr/include/bits/endian.h
/usr/include/bits/endianness.h
/usr/include/bits/environments.h
/usr/include/bits/errno.h
/usr/include/bits/fcntl-linux.h
/usr/include/bits/fcntl.h
/usr/include/bits/floatn-common.h
/usr/include/bits/floatn.h
/usr/include/bits/flt-eval-method.h
/usr/include/bits/fp-fast.h
/usr/include/bits/fp-logb.h
/usr/include/bits/getopt_core.h
/usr/include/bits/getopt_posix.h
/usr/include/bits/iscanonical.h
/usr/include/bits/libc-header-start.h
/usr/include/bits/libm-simd-decl-stubs.h
/usr/include/bits/local_lim.h
/usr/include/bits/locale.h
/usr/include/bits/long-double.h
/usr/include/bits/math-vector.h
/usr/include/bits/mathcalls-helper-functions.h
/usr/include/bits/mathcalls-macros.h
/usr/include/bits/mathcalls-narrow.h
/usr/include/bits/mathcalls.h
/usr/include/bits/openat2.h
/usr/include/bits/posix1_lim.h
/usr/include/bits/posix2_lim.h
/usr/include/bits/posix_opt.h
/usr/include/bits/pthread_stack_min-dynamic.h
/usr/include/bits/pthreadtypes-arch.h
/usr/include/bits/pthreadtypes.h
/usr/include/bits/sched.h
/usr/include/bits/select.h
/usr/include/bits/setjmp.h
/usr/include/bits/stat.h
/usr/include/bits/stdint-intn.h
/usr/include/bits/stdint-least.h
/usr/include/bits/stdint-uintn.h
/usr/include/bits/stdio.h
/usr/include/bits/stdio_lim.h
/usr/include/bits/stdlib-bsearch.h
/usr/include/bits/stdlib-float.h
/usr/include/bits/struct_mutex.h
/usr/include/bits/struct_rwlock.h
/usr/include/bits/struct_stat.h
/usr/include/bits/thread-shared-types.h
/usr/include/bits/time.h
/usr/include/bits/time64.h
/usr/include/bits/timesize.h
/usr/include/bits/timex.h
/usr/include/bits/types.h
/usr/include/bits/types/FILE.h
/usr/include/bits/types/__FILE.h
/usr/include/bits/types/__fpos64_t.h
/usr/include/bits/types/__fpos_t.h
/usr/include/bits/types/__locale_t.h
/usr/include/bits/types/__mbstate_t.h
/usr/include/bits/types/__sigset_t.h
/usr/include/bits/types/clock_t.h
/usr/include/bits/types/clockid_t.h
/usr/include/bits/types/cookie_io_functions_t.h
/usr/include/bits/types/error_t.h
/usr/include/bits/types/locale_t.h
/usr/include/bits/types/mbstate_t.h
/usr/include/bits/types/sigset_t.h
/usr/include/bits/types/struct_FILE.h
/usr/include/bits/types/struct___jmp_buf_tag.h
/usr/include/bits/types/struct_iovec.h
/usr/include/bits/types/struct_itimerspec.h
/usr/include/bits/types/struct_sched_param.h
/usr/include/bits/types/struct_timespec.h
/usr/include/bits/types/struct_timeval.h
/usr/include/bits/types/struct_tm.h
/usr/include/bits/types/time_t.h
/usr/include/bits/types/timer_t.h
/usr/include/bits/types/wint_t.h
/usr/include/bits/typesizes.h
/usr/include/bits/uintn-identity.h
/usr/include/bits/uio_lim.h
/usr/include/bits/unistd_ext.h
/usr/include/bits/waitflags.h
/usr/include/bits/waitstatus.h
/usr/include/bits/wchar.h
/usr/include/bits/wctype-wchar.h
/usr/include/bits/wordsize.h
/usr/include/bits/xopen_lim.h
/usr/include/c++/16.1.1/algorithm
/usr/include/c++/16.1.1/backward/auto_ptr.h
/usr/include/c++/16.1.1/backward/binders.h
/usr/include/c++/16.1.1/bit
/usr/include/c++/16.1.1/bits/algorithmfwd.h
/usr/include/c++/16.1.1/bits/align.h
/usr/include/c++/16.1.1/bits/alloc_traits.h
/usr/include/c++/16.1.1/bits/allocated_ptr.h
/usr/include/c++/16.1.1/bits/allocator.h
/usr/include/c++/16.1.1/bits/atomic_base.h
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h
/usr/include/c++/16.1.1/bits/basic_ios.h
/usr/include/c++/16.1.1/bits/basic_ios.tcc
/usr/include/c++/16.1.1/bits/basic_string.h
/usr/include/c++/16.1.1/bits/basic_string.tcc
/usr/include/c++/16.1.1/bits/char_traits.h
/usr/include/c++/16.1.1/bits/charconv.h
/usr/include/c++/16.1.1/bits/chrono.h
/usr/include/c++/16.1.1/bits/codecvt.h
/usr/include/c++/16.1.1/bits/concept_check.h
/usr/include/c++/16.1.1/bits/cpp_type_traits.h
/usr/include/c++/16.1.1/bits/cxxabi_forced.h
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h
/usr/include/c++/16.1.1/bits/erase_if.h
/usr/include/c++/16.1.1/bits/exception.h
/usr/include/c++/16.1.1/bits/exception_defines.h
/usr/include/c++/16.1.1/bits/exception_ptr.h
/usr/include/c++/16.1.1/bits/fstream.tcc
/usr/include/c++/16.1.1/bits/functexcept.h
/usr/include/c++/16.1.1/bits/functional_hash.h
/usr/include/c++/16.1.1/bits/hash_bytes.h
/usr/include/c++/16.1.1/bits/invoke.h
/usr/include/c++/16.1.1/bits/ios_base.h
/usr/include/c++/16.1.1/bits/istream.tcc
/usr/include/c++/16.1.1/bits/locale_classes.h
/usr/include/c++/16.1.1/bits/locale_classes.tcc
/usr/include/c++/16.1.1/bits/locale_conv.h
/usr/include/c++/16.1.1/bits/locale_facets.h
/usr/include/c++/16.1.1/bits/locale_facets.tcc
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc
/usr/include/c++/16.1.1/bits/localefwd.h
/usr/include/c++/16.1.1/bits/memory_resource.h
/usr/include/c++/16.1.1/bits/memoryfwd.h
/usr/include/c++/16.1.1/bits/move.h
/usr/include/c++/16.1.1/bits/nested_exception.h
/usr/include/c++/16.1.1/bits/new_allocator.h
/usr/include/c++/16.1.1/bits/new_except.h
/usr/include/c++/16.1.1/bits/new_throw.h
/usr/include/c++/16.1.1/bits/ostream.h
/usr/include/c++/16.1.1/bits/ostream.tcc
/usr/include/c++/16.1.1/bits/ostream_insert.h
/usr/include/c++/16.1.1/bits/ostream_print.h
/usr/include/c++/16.1.1/bits/parse_numbers.h
/usr/include/c++/16.1.1/bits/postypes.h
/usr/include/c++/16.1.1/bits/predefined_ops.h
/usr/include/c++/16.1.1/bits/ptr_traits.h
/usr/include/c++/16.1.1/bits/range_access.h
/usr/include/c++/16.1.1/bits/refwrap.h
/usr/include/c++/16.1.1/bits/requires_hosted.h
/usr/include/c++/16.1.1/bits/shared_ptr.h
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h
/usr/include/c++/16.1.1/bits/shared_ptr_base.h
/usr/include/c++/16.1.1/bits/specfun.h
/usr/include/c++/16.1.1/bits/std_abs.h
/usr/include/c++/16.1.1/bits/stdexcept_except.h
/usr/include/c++/16.1.1/bits/stdexcept_throw.h
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h
/usr/include/c++/16.1.1/bits/stl_algo.h
/usr/include/c++/16.1.1/bits/stl_algobase.h
/usr/include/c++/16.1.1/bits/stl_bvector.h
/usr/include/c++/16.1.1/bits/stl_construct.h
/usr/include/c++/16.1.1/bits/stl_function.h
/usr/include/c++/16.1.1/bits/stl_heap.h
/usr/include/c++/16.1.1/bits/stl_iterator.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h
/usr/include/c++/16.1.1/bits/stl_pair.h
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h
/usr/include/c++/16.1.1/bits/stl_tempbuf.h
/usr/include/c++/16.1.1/bits/stl_uninitialized.h
/usr/include/c++/16.1.1/bits/stl_vector.h
/usr/include/c++/16.1.1/bits/stream_iterator.h
/usr/include/c++/16.1.1/bits/streambuf.tcc
/usr/include/c++/16.1.1/bits/streambuf_iterator.h
/usr/include/c++/16.1.1/bits/string_view.tcc
/usr/include/c++/16.1.1/bits/stringfwd.h
/usr/include/c++/16.1.1/bits/uniform_int_dist.h
/usr/include/c++/16.1.1/bits/unique_ptr.h
/usr/include/c++/16.1.1/bits/uses_allocator.h
/usr/include/c++/16.1.1/bits/uses_allocator_args.h
/usr/include/c++/16.1.1/bits/utility.h
/usr/include/c++/16.1.1/bits/vector.tcc
/usr/include/c++/16.1.1/bits/version.h
/usr/include/c++/16.1.1/cassert
/usr/include/c++/16.1.1/cctype
/usr/include/c++/16.1.1/cerrno
/usr/include/c++/16.1.1/chrono
/usr/include/c++/16.1.1/clocale
/usr/include/c++/16.1.1/cmath
/usr/include/c++/16.1.1/concepts
/usr/include/c++/16.1.1/cstddef
/usr/include/c++/16.1.1/cstdint
/usr/include/c++/16.1.1/cstdio
/usr/include/c++/16.1.1/cstdlib
/usr/include/c++/16.1.1/cstring
/usr/include/c++/16.1.1/ctime
/usr/include/c++/16.1.1/cwchar
/usr/include/c++/16.1.1/cwctype
/usr/include/c++/16.1.1/debug/assertions.h
/usr/include/c++/16.1.1/debug/debug.h
/usr/include/c++/16.1.1/exception
/usr/include/c++/16.1.1/ext/aligned_buffer.h
/usr/include/c++/16.1.1/ext/alloc_traits.h
/usr/include/c++/16.1.1/ext/atomicity.h
/usr/include/c++/16.1.1/ext/concurrence.h
/usr/include/c++/16.1.1/ext/numeric_traits.h
/usr/include/c++/16.1.1/ext/string_conversions.h
/usr/include/c++/16.1.1/ext/type_traits.h
/usr/include/c++/16.1.1/fstream
/usr/include/c++/16.1.1/initializer_list
/usr/include/c++/16.1.1/ios
/usr/include/c++/16.1.1/iosfwd
/usr/include/c++/16.1.1/iostream
/usr/include/c++/16.1.1/istream
/usr/include/c++/16.1.1/iterator
/usr/include/c++/16.1.1/limits
/usr/include/c++/16.1.1/locale
/usr/include/c++/16.1.1/math.h
/usr/include/c++/16.1.1/memory
/usr/include/c++/16.1.1/new
/usr/include/c++/16.1.1/ostream
/usr/include/c++/16.1.1/pstl/execution_defs.h
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h
/usr/include/c++/16.1.1/pstl/pstl_config.h
/usr/include/c++/16.1.1/ratio
/usr/include/c++/16.1.1/stdexcept
/usr/include/c++/16.1.1/streambuf
/usr/include/c++/16.1.1/string
/usr/include/c++/16.1.1/string_view
/usr/include/c++/16.1.1/system_error
/usr/include/c++/16.1.1/tr1/bessel_function.tcc
/usr/include/c++/16.1.1/tr1/beta_function.tcc
/usr/include/c++/16.1.1/tr1/ell_integral.tcc
/usr/include/c++/16.1.1/tr1/exp_integral.tcc
/usr/include/c++/16.1.1/tr1/gamma.tcc
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc
/usr/include/c++/16.1.1/tr1/legendre_function.tcc
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc
/usr/include/c++/16.1.1/tr1/special_function_util.h
/usr/include/c++/16.1.1/tuple
/usr/include/c++/16.1.1/type_traits
/usr/include/c++/16.1.1/typeinfo
/usr/include/c++/16.1.1/vector
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h
/usr/include/ctype.h
/usr/include/endian.h
/usr/include/errno.h
/usr/include/fcntl.h
/usr/include/features-time64.h
/usr/include/features.h
/usr/include/gnu/stubs-64.h
/usr/include/gnu/stubs.h
/usr/include/libintl.h
/usr/include/limits.h
/usr/include/linux/close_range.h
/usr/include/linux/errno.h
/usr/include/linux/falloc.h
/usr/include/linux/limits.h
/usr/include/linux/openat2.h
/usr/include/linux/posix_types.h
/usr/include/linux/sched/types.h
/usr/include/linux/stddef.h
/usr/include/linux/types.h
/usr/include/locale.h
/usr/include/math.h
/usr/include/pthread.h
/usr/include/sched.h
/usr/include/stdc-predef.h
/usr/include/stdint.h
/usr/include/stdio.h
/usr/include/stdlib.h
/usr/include/string.h
/usr/include/strings.h
/usr/include/sys/cdefs.h
/usr/include/sys/select.h
/usr/include/sys/single_threaded.h
/usr/include/sys/types.h
/usr/include/time.h
/usr/include/unistd.h
/usr/include/wchar.h
/usr/include/wctype.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for ktxdiff.
@@ -0,0 +1,2 @@
# Empty dependencies file for ktxdiff.
# This may be replaced when dependencies are built.
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES = -DKTX_FEATURE_KTX1 -DKTX_FEATURE_KTX2 -DKTX_FEATURE_WRITE
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/. -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -Wall -Wextra -O3 -ffp-contract=off
@@ -0,0 +1,256 @@
tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff/ktxdiff_main.cpp \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/wchar.h \
/usr/include/bits/stdint-uintn.h /usr/include/bits/stdint-least.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/ktxint.h \
/usr/include/c++/16.1.1/math.h /usr/include/c++/16.1.1/cmath \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/ext/type_traits.h /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/formatsize.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture_funcs.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/platform_utils.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/stdafx.h \
/usr/include/assert.h /usr/include/unistd.h \
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
/usr/include/linux/close_range.h /usr/include/fcntl.h \
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
/usr/include/bits/types/struct_iovec.h /usr/include/bits/cloexec.h \
/usr/include/linux/falloc.h /usr/include/linux/openat2.h \
/usr/include/linux/types.h /usr/include/asm/types.h \
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
/usr/include/asm/bitsperlong.h /usr/include/asm-generic/bitsperlong.h \
/usr/include/linux/posix_types.h /usr/include/linux/stddef.h \
/usr/include/asm/posix_types.h /usr/include/asm/posix_types_64.h \
/usr/include/asm-generic/posix_types.h /usr/include/bits/openat2.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/errno.h /usr/include/bits/errno.h \
/usr/include/linux/errno.h /usr/include/asm/errno.h \
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
/usr/include/bits/types/error_t.h /usr/include/string.h \
/usr/include/strings.h /usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/c++/16.1.1/cstdio \
/usr/include/c++/16.1.1/cerrno /usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/iostream /usr/include/c++/16.1.1/ostream \
/usr/include/c++/16.1.1/bits/ostream.h /usr/include/c++/16.1.1/ios \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/istream \
/usr/include/c++/16.1.1/bits/istream.tcc /usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/vector /usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source/astcenc.h \
/usr/include/c++/16.1.1/cstdint /usr/include/c++/16.1.1/cassert \
/usr/include/c++/16.1.1/fstream /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h \
/usr/include/c++/16.1.1/bits/fstream.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/os.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h \
/usr/include/c++/16.1.1/cstring \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/ostream.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/chrono.h \
/usr/include/c++/16.1.1/algorithm \
/usr/include/c++/16.1.1/bits/stl_algo.h \
/usr/include/c++/16.1.1/bits/algorithmfwd.h \
/usr/include/c++/16.1.1/bits/stl_heap.h \
/usr/include/c++/16.1.1/bits/uniform_int_dist.h \
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h \
/usr/include/c++/16.1.1/chrono /usr/include/c++/16.1.1/bits/chrono.h \
/usr/include/c++/16.1.1/ratio /usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/bits/parse_numbers.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/printf.h
@@ -0,0 +1,118 @@
../../Release/ktxdiff: \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o \
CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o \
../../Release/libktx.so.0.0.0 \
../../external/astc-encoder/Source/libastcenc-avx2-static.a \
../../external/fmt/libfmt.a \
../../libobjUtil.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/libm.so.6 \
/usr/lib/libmvec.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/libc.so.6 \
/usr/lib/libc_nonshared.a \
/usr/lib/ld-linux-x86-64.so.2 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o \
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o:
CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o:
../../Release/libktx.so.0.0.0:
../../external/astc-encoder/Source/libastcenc-avx2-static.a:
../../external/fmt/libfmt.a:
../../libobjUtil.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/libm.so.6:
/usr/lib/libmvec.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/libc.so.6:
/usr/lib/libc_nonshared.a:
/usr/lib/ld-linux-x86-64.so.2:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o:
/usr/lib/ld-linux-x86-64.so.2:
@@ -0,0 +1 @@
/usr/bin/c++ -msse4.1 -O3 -DNDEBUG -O3 -Wl,--dependency-file=CMakeFiles/ktxdiff.dir/link.d CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o -o ../../Release/ktxdiff -Wl,-rpath,"\$ORIGIN:\$ORIGIN/../lib" ../../Release/libktx.so.0.0.0 ../../external/astc-encoder/Source/libastcenc-avx2-static.a ../../external/fmt/libfmt.a ../../libobjUtil.a
@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 76
@@ -0,0 +1 @@
46
@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff
# Build directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
+264
View File
@@ -0,0 +1,264 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/bin/ctest $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"dev\" \"library\" \"tools\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff//CMakeFiles/progress.marks
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/ktxdiff/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/ktxdiff/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/ktxdiff/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/ktxdiff/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/ktxdiff/CMakeFiles/ktxdiff.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/ktxdiff/CMakeFiles/ktxdiff.dir/rule
.PHONY : tests/ktxdiff/CMakeFiles/ktxdiff.dir/rule
# Convenience name for target.
ktxdiff: tests/ktxdiff/CMakeFiles/ktxdiff.dir/rule
.PHONY : ktxdiff
# fast build rule for target.
ktxdiff/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/ktxdiff/CMakeFiles/ktxdiff.dir/build.make tests/ktxdiff/CMakeFiles/ktxdiff.dir/build
.PHONY : ktxdiff/fast
ktxdiff_main.o: ktxdiff_main.cpp.o
.PHONY : ktxdiff_main.o
# target to build an object file
ktxdiff_main.cpp.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/ktxdiff/CMakeFiles/ktxdiff.dir/build.make tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.o
.PHONY : ktxdiff_main.cpp.o
ktxdiff_main.i: ktxdiff_main.cpp.i
.PHONY : ktxdiff_main.i
# target to preprocess a source file
ktxdiff_main.cpp.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/ktxdiff/CMakeFiles/ktxdiff.dir/build.make tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.i
.PHONY : ktxdiff_main.cpp.i
ktxdiff_main.s: ktxdiff_main.cpp.s
.PHONY : ktxdiff_main.s
# target to generate assembly for a file
ktxdiff_main.cpp.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/ktxdiff/CMakeFiles/ktxdiff.dir/build.make tests/ktxdiff/CMakeFiles/ktxdiff.dir/ktxdiff_main.cpp.s
.PHONY : ktxdiff_main.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... test"
@echo "... ktxdiff"
@echo "... ktxdiff_main.o"
@echo "... ktxdiff_main.i"
@echo "... ktxdiff_main.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -0,0 +1,50 @@
# Install script for directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/ktxdiff
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/abdelrahman/Sources/programming/how-to-vulkan/vendor")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/ktxdiff/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -0,0 +1,26 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp" "tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o" "gcc" "tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp" "tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o" "gcc" "tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp" "tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o" "gcc" "tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o.d"
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp" "tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o" "gcc" "tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,205 @@
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.h \
/usr/include/SDL3/SDL.h /usr/include/SDL3/SDL_stdinc.h \
/usr/include/SDL3/SDL_platform_defines.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/string.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h /usr/include/wchar.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/wchar.h \
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/SDL3/SDL_begin_code.h \
/usr/include/SDL3/SDL_close_code.h /usr/include/SDL3/SDL_assert.h \
/usr/include/SDL3/SDL_asyncio.h /usr/include/SDL3/SDL_atomic.h \
/usr/include/SDL3/SDL_audio.h /usr/include/SDL3/SDL_endian.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/SDL3/SDL_error.h \
/usr/include/SDL3/SDL_mutex.h /usr/include/SDL3/SDL_thread.h \
/usr/include/SDL3/SDL_properties.h /usr/include/SDL3/SDL_iostream.h \
/usr/include/SDL3/SDL_bits.h /usr/include/SDL3/SDL_blendmode.h \
/usr/include/SDL3/SDL_camera.h /usr/include/SDL3/SDL_pixels.h \
/usr/include/SDL3/SDL_surface.h /usr/include/SDL3/SDL_rect.h \
/usr/include/SDL3/SDL_clipboard.h /usr/include/SDL3/SDL_cpuinfo.h \
/usr/include/SDL3/SDL_dialog.h /usr/include/SDL3/SDL_video.h \
/usr/include/SDL3/SDL_dlopennote.h /usr/include/SDL3/SDL_events.h \
/usr/include/SDL3/SDL_gamepad.h /usr/include/SDL3/SDL_guid.h \
/usr/include/SDL3/SDL_joystick.h /usr/include/SDL3/SDL_power.h \
/usr/include/SDL3/SDL_sensor.h /usr/include/SDL3/SDL_keyboard.h \
/usr/include/SDL3/SDL_keycode.h /usr/include/SDL3/SDL_scancode.h \
/usr/include/SDL3/SDL_mouse.h /usr/include/SDL3/SDL_pen.h \
/usr/include/SDL3/SDL_touch.h /usr/include/SDL3/SDL_filesystem.h \
/usr/include/SDL3/SDL_gpu.h /usr/include/SDL3/SDL_haptic.h \
/usr/include/SDL3/SDL_hidapi.h /usr/include/SDL3/SDL_hints.h \
/usr/include/SDL3/SDL_init.h /usr/include/SDL3/SDL_loadso.h \
/usr/include/SDL3/SDL_locale.h /usr/include/SDL3/SDL_log.h \
/usr/include/SDL3/SDL_messagebox.h /usr/include/SDL3/SDL_metal.h \
/usr/include/SDL3/SDL_misc.h /usr/include/SDL3/SDL_platform.h \
/usr/include/SDL3/SDL_process.h /usr/include/SDL3/SDL_render.h \
/usr/include/SDL3/SDL_storage.h /usr/include/SDL3/SDL_system.h \
/usr/include/SDL3/SDL_time.h /usr/include/SDL3/SDL_timer.h \
/usr/include/SDL3/SDL_tray.h /usr/include/SDL3/SDL_version.h \
/usr/include/SDL3/SDL_oldnames.h /usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bit /usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc /usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept /usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/istream \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc \
/usr/include/c++/16.1.1/bits/istream.tcc \
/usr/include/c++/16.1.1/bits/sstream.tcc \
/usr/include/c++/16.1.1/iostream
@@ -0,0 +1,244 @@
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp \
/usr/include/stdc-predef.h /usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bit /usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.h \
/usr/include/SDL3/SDL.h /usr/include/SDL3/SDL_stdinc.h \
/usr/include/SDL3/SDL_platform_defines.h /usr/include/string.h \
/usr/include/strings.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/SDL3/SDL_begin_code.h \
/usr/include/SDL3/SDL_close_code.h /usr/include/SDL3/SDL_assert.h \
/usr/include/SDL3/SDL_asyncio.h /usr/include/SDL3/SDL_atomic.h \
/usr/include/SDL3/SDL_audio.h /usr/include/SDL3/SDL_endian.h \
/usr/include/SDL3/SDL_error.h /usr/include/SDL3/SDL_mutex.h \
/usr/include/SDL3/SDL_thread.h /usr/include/SDL3/SDL_properties.h \
/usr/include/SDL3/SDL_iostream.h /usr/include/SDL3/SDL_bits.h \
/usr/include/SDL3/SDL_blendmode.h /usr/include/SDL3/SDL_camera.h \
/usr/include/SDL3/SDL_pixels.h /usr/include/SDL3/SDL_surface.h \
/usr/include/SDL3/SDL_rect.h /usr/include/SDL3/SDL_clipboard.h \
/usr/include/SDL3/SDL_cpuinfo.h /usr/include/SDL3/SDL_dialog.h \
/usr/include/SDL3/SDL_video.h /usr/include/SDL3/SDL_dlopennote.h \
/usr/include/SDL3/SDL_events.h /usr/include/SDL3/SDL_gamepad.h \
/usr/include/SDL3/SDL_guid.h /usr/include/SDL3/SDL_joystick.h \
/usr/include/SDL3/SDL_power.h /usr/include/SDL3/SDL_sensor.h \
/usr/include/SDL3/SDL_keyboard.h /usr/include/SDL3/SDL_keycode.h \
/usr/include/SDL3/SDL_scancode.h /usr/include/SDL3/SDL_mouse.h \
/usr/include/SDL3/SDL_pen.h /usr/include/SDL3/SDL_touch.h \
/usr/include/SDL3/SDL_filesystem.h /usr/include/SDL3/SDL_gpu.h \
/usr/include/SDL3/SDL_haptic.h /usr/include/SDL3/SDL_hidapi.h \
/usr/include/SDL3/SDL_hints.h /usr/include/SDL3/SDL_init.h \
/usr/include/SDL3/SDL_loadso.h /usr/include/SDL3/SDL_locale.h \
/usr/include/SDL3/SDL_log.h /usr/include/SDL3/SDL_messagebox.h \
/usr/include/SDL3/SDL_metal.h /usr/include/SDL3/SDL_misc.h \
/usr/include/SDL3/SDL_platform.h /usr/include/SDL3/SDL_process.h \
/usr/include/SDL3/SDL_render.h /usr/include/SDL3/SDL_storage.h \
/usr/include/SDL3/SDL_system.h /usr/include/SDL3/SDL_time.h \
/usr/include/SDL3/SDL_timer.h /usr/include/SDL3/SDL_tray.h \
/usr/include/SDL3/SDL_version.h /usr/include/SDL3/SDL_oldnames.h \
/usr/include/SDL3/SDL_main.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/platform_utils.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/stdafx.h \
/usr/include/assert.h /usr/include/unistd.h \
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
/usr/include/linux/close_range.h /usr/include/fcntl.h \
/usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \
/usr/include/bits/types/struct_iovec.h /usr/include/bits/cloexec.h \
/usr/include/linux/falloc.h /usr/include/linux/openat2.h \
/usr/include/linux/types.h /usr/include/asm/types.h \
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
/usr/include/asm/bitsperlong.h /usr/include/asm-generic/bitsperlong.h \
/usr/include/linux/posix_types.h /usr/include/linux/stddef.h \
/usr/include/asm/posix_types.h /usr/include/asm/posix_types_64.h \
/usr/include/asm-generic/posix_types.h /usr/include/bits/openat2.h \
/usr/include/bits/stat.h /usr/include/bits/struct_stat.h \
/usr/include/c++/16.1.1/iostream /usr/include/c++/16.1.1/ostream \
/usr/include/c++/16.1.1/bits/ostream.h /usr/include/c++/16.1.1/ios \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/istream \
/usr/include/c++/16.1.1/bits/istream.tcc /usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/SDL_gesture/SDL_gesture.h \
/usr/include/c++/16.1.1/cmath /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/limits /usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc
@@ -0,0 +1,162 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
# Include any dependencies generated for this target.
include tests/loadtests/CMakeFiles/appfwSDL.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/loadtests/CMakeFiles/appfwSDL.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/loadtests/CMakeFiles/appfwSDL.dir/progress.make
# Include the compile flags for this target's objects.
include tests/loadtests/CMakeFiles/appfwSDL.dir/flags.make
tests/loadtests/CMakeFiles/appfwSDL.dir/codegen:
.PHONY : tests/loadtests/CMakeFiles/appfwSDL.dir/codegen
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/flags.make
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o -MF CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o.d -o CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp > CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.i
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/AppBaseSDL.cpp -o CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.s
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/flags.make
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o -MF CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o.d -o CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp > CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.i
tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL/main.cpp -o CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.s
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/flags.make
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o -MF CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o.d -o CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp > CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.i
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp -o CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.s
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/flags.make
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o: tests/loadtests/CMakeFiles/appfwSDL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o -MF CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o.d -o CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp > CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.i
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp -o CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.s
# Object files for target appfwSDL
appfwSDL_OBJECTS = \
"CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o" \
"CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o" \
"CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o" \
"CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o"
# External object files for target appfwSDL
appfwSDL_EXTERNAL_OBJECTS =
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/build.make
tests/loadtests/libappfwSDL.a: tests/loadtests/CMakeFiles/appfwSDL.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libappfwSDL.a"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && $(CMAKE_COMMAND) -P CMakeFiles/appfwSDL.dir/cmake_clean_target.cmake
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/appfwSDL.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/loadtests/CMakeFiles/appfwSDL.dir/build: tests/loadtests/libappfwSDL.a
.PHONY : tests/loadtests/CMakeFiles/appfwSDL.dir/build
tests/loadtests/CMakeFiles/appfwSDL.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests && $(CMAKE_COMMAND) -P CMakeFiles/appfwSDL.dir/cmake_clean.cmake
.PHONY : tests/loadtests/CMakeFiles/appfwSDL.dir/clean
tests/loadtests/CMakeFiles/appfwSDL.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests/CMakeFiles/appfwSDL.dir/DependInfo.cmake "--color=$(COLOR)" appfwSDL
.PHONY : tests/loadtests/CMakeFiles/appfwSDL.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o"
"CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o.d"
"CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o"
"CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o.d"
"CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o"
"CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o.d"
"CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o"
"CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o.d"
"libappfwSDL.a"
"libappfwSDL.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/appfwSDL.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libappfwSDL.a"
)
@@ -0,0 +1,396 @@
tests/loadtests/CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.cpp \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/LoadTestSample.h \
/usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/features-time64.h \
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bit /usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/SDL3/SDL.h /usr/include/SDL3/SDL_stdinc.h \
/usr/include/SDL3/SDL_platform_defines.h /usr/include/string.h \
/usr/include/strings.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/SDL3/SDL_begin_code.h \
/usr/include/SDL3/SDL_close_code.h /usr/include/SDL3/SDL_assert.h \
/usr/include/SDL3/SDL_asyncio.h /usr/include/SDL3/SDL_atomic.h \
/usr/include/SDL3/SDL_audio.h /usr/include/SDL3/SDL_endian.h \
/usr/include/SDL3/SDL_error.h /usr/include/SDL3/SDL_mutex.h \
/usr/include/SDL3/SDL_thread.h /usr/include/SDL3/SDL_properties.h \
/usr/include/SDL3/SDL_iostream.h /usr/include/SDL3/SDL_bits.h \
/usr/include/SDL3/SDL_blendmode.h /usr/include/SDL3/SDL_camera.h \
/usr/include/SDL3/SDL_pixels.h /usr/include/SDL3/SDL_surface.h \
/usr/include/SDL3/SDL_rect.h /usr/include/SDL3/SDL_clipboard.h \
/usr/include/SDL3/SDL_cpuinfo.h /usr/include/SDL3/SDL_dialog.h \
/usr/include/SDL3/SDL_video.h /usr/include/SDL3/SDL_dlopennote.h \
/usr/include/SDL3/SDL_events.h /usr/include/SDL3/SDL_gamepad.h \
/usr/include/SDL3/SDL_guid.h /usr/include/SDL3/SDL_joystick.h \
/usr/include/SDL3/SDL_power.h /usr/include/SDL3/SDL_sensor.h \
/usr/include/SDL3/SDL_keyboard.h /usr/include/SDL3/SDL_keycode.h \
/usr/include/SDL3/SDL_scancode.h /usr/include/SDL3/SDL_mouse.h \
/usr/include/SDL3/SDL_pen.h /usr/include/SDL3/SDL_touch.h \
/usr/include/SDL3/SDL_filesystem.h /usr/include/SDL3/SDL_gpu.h \
/usr/include/SDL3/SDL_haptic.h /usr/include/SDL3/SDL_hidapi.h \
/usr/include/SDL3/SDL_hints.h /usr/include/SDL3/SDL_init.h \
/usr/include/SDL3/SDL_loadso.h /usr/include/SDL3/SDL_locale.h \
/usr/include/SDL3/SDL_log.h /usr/include/SDL3/SDL_messagebox.h \
/usr/include/SDL3/SDL_metal.h /usr/include/SDL3/SDL_misc.h \
/usr/include/SDL3/SDL_platform.h /usr/include/SDL3/SDL_process.h \
/usr/include/SDL3/SDL_render.h /usr/include/SDL3/SDL_storage.h \
/usr/include/SDL3/SDL_system.h /usr/include/SDL3/SDL_time.h \
/usr/include/SDL3/SDL_timer.h /usr/include/SDL3/SDL_tray.h \
/usr/include/SDL3/SDL_version.h /usr/include/SDL3/SDL_oldnames.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/disable_glm_warnings.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/glm.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/usr/include/c++/16.1.1/cmath /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/limits /usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/usr/include/c++/16.1.1/climits \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h /usr/include/c++/16.1.1/cfloat \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/usr/include/c++/16.1.1/cassert /usr/include/assert.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/fwd.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_int.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/setup.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/platform.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/smmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/emmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mm_malloc.h \
/usr/include/c++/16.1.1/stdlib.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/popcntintrin.h \
/usr/include/c++/16.1.1/cstdint \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_float.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/precision.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_vectorize.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/exponential.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/immintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/x86gprintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/ia32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/adxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cldemoteintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clflushoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clwbintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clzerointrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cmpccxaddintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/enqcmdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fxsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lzcntintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lwpintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movdirintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pconfigintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pkuintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/raointintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rdseedintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rtmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/serializeintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sgxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tbmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tsxldtrkintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/uintrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/waitpkgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wbnoinvdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavecintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xtestintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/hresetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/usermsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512cdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512dqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlbwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vldqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmavlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnnivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/shaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm3intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sha512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm4intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/f16cintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/gfniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vaesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vpclmulqdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxneconvertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtileintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxbf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxcomplexintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxavx512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtf32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/keylockerintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2mediaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2convertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2satcvtintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2minmaxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2copyintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxmovrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmvlintrin.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/geometric.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/matrix.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/integer.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/reenable_warnings.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/vector_angle.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/epsilon.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/epsilon.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/quaternion.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/norm.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/norm.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/quaternion.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/rotate_vector.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/transform.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/matrix_transform.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/matrix_transform.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/transform.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/rotate_vector.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtx/vector_angle.inl
@@ -0,0 +1,169 @@
tests/loadtests/CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.cpp \
/usr/include/stdc-predef.h /usr/include/assert.h /usr/include/features.h \
/usr/include/features-time64.h /usr/include/bits/wordsize.h \
/usr/include/bits/timesize.h /usr/include/sys/cdefs.h \
/usr/include/bits/long-double.h /usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common/SwipeDetector.h \
/usr/include/c++/16.1.1/optional /usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/type_traits /usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/hash_bytes.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/utility.h /usr/include/c++/16.1.1/string \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \
/usr/include/bits/types/mbstate_t.h \
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h \
/usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/cctype /usr/include/ctype.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/endian.h \
/usr/include/bits/endianness.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bit /usr/include/c++/16.1.1/concepts \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h /usr/include/c++/16.1.1/cstdio \
/usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__fpos64_t.h \
/usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
/usr/include/c++/16.1.1/cerrno /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/math.h /usr/include/c++/16.1.1/cmath \
/usr/include/math.h /usr/include/bits/math-vector.h \
/usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/limits /usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc /usr/include/SDL3/SDL.h \
/usr/include/SDL3/SDL_stdinc.h /usr/include/SDL3/SDL_platform_defines.h \
/usr/include/string.h /usr/include/strings.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h /usr/include/SDL3/SDL_begin_code.h \
/usr/include/SDL3/SDL_close_code.h /usr/include/SDL3/SDL_assert.h \
/usr/include/SDL3/SDL_asyncio.h /usr/include/SDL3/SDL_atomic.h \
/usr/include/SDL3/SDL_audio.h /usr/include/SDL3/SDL_endian.h \
/usr/include/SDL3/SDL_error.h /usr/include/SDL3/SDL_mutex.h \
/usr/include/SDL3/SDL_thread.h /usr/include/SDL3/SDL_properties.h \
/usr/include/SDL3/SDL_iostream.h /usr/include/SDL3/SDL_bits.h \
/usr/include/SDL3/SDL_blendmode.h /usr/include/SDL3/SDL_camera.h \
/usr/include/SDL3/SDL_pixels.h /usr/include/SDL3/SDL_surface.h \
/usr/include/SDL3/SDL_rect.h /usr/include/SDL3/SDL_clipboard.h \
/usr/include/SDL3/SDL_cpuinfo.h /usr/include/SDL3/SDL_dialog.h \
/usr/include/SDL3/SDL_video.h /usr/include/SDL3/SDL_dlopennote.h \
/usr/include/SDL3/SDL_events.h /usr/include/SDL3/SDL_gamepad.h \
/usr/include/SDL3/SDL_guid.h /usr/include/SDL3/SDL_joystick.h \
/usr/include/SDL3/SDL_power.h /usr/include/SDL3/SDL_sensor.h \
/usr/include/SDL3/SDL_keyboard.h /usr/include/SDL3/SDL_keycode.h \
/usr/include/SDL3/SDL_scancode.h /usr/include/SDL3/SDL_mouse.h \
/usr/include/SDL3/SDL_pen.h /usr/include/SDL3/SDL_touch.h \
/usr/include/SDL3/SDL_filesystem.h /usr/include/SDL3/SDL_gpu.h \
/usr/include/SDL3/SDL_haptic.h /usr/include/SDL3/SDL_hidapi.h \
/usr/include/SDL3/SDL_hints.h /usr/include/SDL3/SDL_init.h \
/usr/include/SDL3/SDL_loadso.h /usr/include/SDL3/SDL_locale.h \
/usr/include/SDL3/SDL_log.h /usr/include/SDL3/SDL_messagebox.h \
/usr/include/SDL3/SDL_metal.h /usr/include/SDL3/SDL_misc.h \
/usr/include/SDL3/SDL_platform.h /usr/include/SDL3/SDL_process.h \
/usr/include/SDL3/SDL_render.h /usr/include/SDL3/SDL_storage.h \
/usr/include/SDL3/SDL_system.h /usr/include/SDL3/SDL_time.h \
/usr/include/SDL3/SDL_timer.h /usr/include/SDL3/SDL_tray.h \
/usr/include/SDL3/SDL_version.h /usr/include/SDL3/SDL_oldnames.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/SDL_gesture/SDL_gesture.h
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for appfwSDL.
@@ -0,0 +1,2 @@
# Empty dependencies file for appfwSDL.
# This may be replaced when dependencies are built.
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/appfwSDL -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/SDL_gesture -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/common -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/geom -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests/SDL3::Headers -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -fvisibility=hidden -Wall -Wextra -O3 -ffp-contract=off
@@ -0,0 +1,2 @@
/usr/bin/ar qc libappfwSDL.a CMakeFiles/appfwSDL.dir/appfwSDL/AppBaseSDL.cpp.o CMakeFiles/appfwSDL.dir/appfwSDL/main.cpp.o CMakeFiles/appfwSDL.dir/common/LoadTestSample.cpp.o CMakeFiles/appfwSDL.dir/common/SwipeDetector.cpp.o
/usr/bin/ranlib libappfwSDL.a
@@ -0,0 +1,6 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 1
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 2
CMAKE_PROGRESS_5 =
@@ -0,0 +1 @@
2
@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tests/loadtests
# Build directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests/loadtests
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.

Some files were not shown because too many files have changed in this diff Show More