Skip to content
Snippets Groups Projects
Commit 536c8d6f authored by kevineri.bonga's avatar kevineri.bonga
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 144 additions and 0 deletions
/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug/CMakeFiles/sokol.dir
/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug/CMakeFiles/pacman.dir
/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug/CMakeFiles/edit_cache.dir
/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug/CMakeFiles/rebuild_cache.dir
/snap/clion/237/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/snap/clion/237/bin/ninja/linux/x64/ninja -G Ninja -S /home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman -B /home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug
ToolSet: 1.0 (local)Options:
Options:-DCMAKE_MAKE_PROGRAM=/snap/clion/237/bin/ninja/linux/x64/ninja
\ No newline at end of file
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.25
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: pacman
# Configurations: Debug
# =============================================================================
# =============================================================================
#############################################
# Rule for compiling C files.
rule C_COMPILER__sokol_Debug
depfile = $DEP_FILE
deps = gcc
command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER__sokol_Debug
command = $PRE_LINK && /snap/clion/237/bin/cmake/linux/x64/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER__pacman_Debug
depfile = $DEP_FILE
deps = gcc
command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C executable.
rule C_EXECUTABLE_LINKER__pacman_Debug
command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking C executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for re-running cmake.
rule RERUN_CMAKE
command = /snap/clion/237/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman -B/home/kex_bonga/Documents/git_HEPIA/HEPIA/2meAnnee/archi_tech_ordi/prog_uCtrl/pacman/cmake-build-debug
description = Re-running CMake...
generator = 1
#############################################
# Rule for cleaning all built files.
rule CLEAN
command = /snap/clion/237/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS
description = Cleaning all built files...
#############################################
# Rule for printing all primary targets available.
rule HELP
command = /snap/clion/237/bin/ninja/linux/x64/ninja -t targets
description = All primary targets available:
Start testing: Jun 10 18:57 CEST
----------------------------------------------------------
End testing: Jun 10 18:57 CEST
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
This diff is collapsed.
#define SOKOL_IMPL
#if defined(_MSC_VER)
#define SOKOL_D3D11
#elif defined(__EMSCRIPTEN__)
#define SOKOL_GLES3
#elif defined(__APPLE__)
// NOTE: on macOS, sokol.c is compiled explicitly as ObjC
//#define SOKOL_GLCORE33
#define SOKOL_METAL
#else
#define SOKOL_GLCORE33
#endif
#include "sokol_app.h"
#include "sokol_gfx.h"
#include "sokol_audio.h"
#include "sokol_glue.h"
#include "sokol_log.h"
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
cp ../../sokol/sokol_app.h .
cp ../../sokol/sokol_audio.h .
cp ../../sokol/sokol_gfx.h .
cp ../../sokol/sokol_glue.h .
cp ../../sokol/sokol_log.h .
This diff is collapsed.
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment