Make window!
parent
1791bb4b9b
commit
410d6a26d8
|
@ -23,13 +23,16 @@ else()
|
|||
else ()
|
||||
message("Building for Release")
|
||||
endif ()
|
||||
|
||||
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
|
||||
add_subdirectory(libraries/glfw-3.3.8)
|
||||
|
||||
endif()
|
||||
|
||||
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
|
||||
add_subdirectory(libraries/glfw-3.3.8)
|
||||
|
||||
# My Stuff
|
||||
file(GLOB_RECURSE CPP_FILES "src/*.cpp")
|
||||
|
@ -40,14 +43,13 @@ add_subdirectory(libraries/BLT)
|
|||
|
||||
add_executable(FinalProject ${CPP_FILES})
|
||||
target_link_libraries(FinalProject PRIVATE BLT)
|
||||
target_link_libraries(FinalProject PRIVATE glfw)
|
||||
|
||||
|
||||
|
||||
if (USE_EXTRAS)
|
||||
#set_target_properties(FinalProject PROPERTIES LINK_FLAGS "-s DEMANGLE_SUPPORT=1 --preload-file ${CMAKE_SOURCE_DIR}/assets --bind")
|
||||
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
|
||||
#set_target_properties(FinalProject PROPERTIES LINK_FLAGS "-s DEMANGLE_SUPPORT=1 --preload-file 'assets' --bind")
|
||||
set_target_properties(FinalProject PROPERTIES LINK_FLAGS "--preload-file 'assets'")
|
||||
set_target_properties(FinalProject PROPERTIES LINK_FLAGS "-sMAX_WEBGL_VERSION=2 -sUSE_GLFW=3 --preload-file 'assets'")
|
||||
#set_target_properties(FinalProject PROPERTIES COMPILE_FLAGS "-o index.html")
|
||||
else()
|
||||
target_link_libraries(FinalProject PRIVATE glfw)
|
||||
endif()
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
#mkdir cmake-build-emrelease
|
||||
rm -fr cmake-build-emrelease
|
||||
emcmake cmake -DCMAKE_BUILD_TYPE=Release -DUSE_EXTRAS=ON -S ./ -B ./cmake-build-emrelease
|
||||
cd cmake-build-emrelease
|
||||
emmake make -j 16
|
||||
|
|
|
@ -129,14 +129,14 @@
|
|||
{
|
||||
"directoryIndex" : 3,
|
||||
"id" : "BLT::@834776b52e80069b1648",
|
||||
"jsonFile" : "target-BLT-Debug-87a56c6e33f60fd591cb.json",
|
||||
"jsonFile" : "target-BLT-Debug-733de32a8a7a61f3f06f.json",
|
||||
"name" : "BLT",
|
||||
"projectIndex" : 2
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "FinalProject::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-FinalProject-Debug-3d53cdbc2c077ec2b9f4.json",
|
||||
"jsonFile" : "target-FinalProject-Debug-0632136feb6d5f3e41a4.json",
|
||||
"name" : "FinalProject",
|
||||
"projectIndex" : 0
|
||||
},
|
|
@ -26,7 +26,7 @@
|
|||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-7fa3f0d11f2222209744.json",
|
||||
"jsonFile" : "codemodel-v2-1057c746bc0cf1f7ad79.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-7fa3f0d11f2222209744.json",
|
||||
"jsonFile" : "codemodel-v2-1057c746bc0cf1f7ad79.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
|
@ -44,7 +44,7 @@
|
|||
{
|
||||
"command" : 2,
|
||||
"file" : 1,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 2
|
||||
},
|
||||
{
|
|
@ -30,7 +30,7 @@
|
|||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 41,
|
||||
"line" : 44,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
|
@ -42,13 +42,13 @@
|
|||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 42,
|
||||
"line" : 45,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 43,
|
||||
"line" : 54,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
|
@ -78,7 +78,7 @@
|
|||
{
|
||||
"command" : 4,
|
||||
"file" : 0,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
Binary file not shown.
|
@ -3,21 +3,21 @@
|
|||
19 736 1675834610673267689 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o 239e3c995f2fc57c
|
||||
782 1432 1675834611369287536 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o d9d07699ecf3c7f6
|
||||
808 2228 1675834612165310231 libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o f6cc949795fe632a
|
||||
18 556 1675834610493262558 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
1 408 1675870093858158064 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
19 685 1675834610617266094 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o 7ac098ea2e755b71
|
||||
19 781 1675834610717268945 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o a716fdf6afcb3ac2
|
||||
2 377 1675835240591243670 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o a716fdf6afcb3ac2
|
||||
19 807 1675834610745269744 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o 7a310a4749a2e05
|
||||
736 1701 1675834611637295177 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o 342a5daa6ca9681d
|
||||
18 706 1675834610629266436 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o 6051295f860fb367
|
||||
2228 2298 1675834612225311941 libraries/BLT/libBLT.a dfd17a7e418724f
|
||||
2299 2380 1675834612317314566 FinalProject 542cc2a74c29d7b
|
||||
479 586 1675869852767197215 FinalProject 542cc2a74c29d7b
|
||||
1 49 1673895012612644820 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/queues.cpp.o 55504c9533707c50
|
||||
556 706 1675834610629266436 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o 1da38a427ecbe82e
|
||||
758 1929 1675834611865301676 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o 13e8110c601a4029
|
||||
677 879 1675834610785270884 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o cc5282d2f93e112a
|
||||
555 677 1675834610613265978 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o 86b8813c62a6792d
|
||||
19 1031 1675834610965276015 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o f99a7b64357948e7
|
||||
1031 1883 1675834611809300081 libraries/glfw-3.3.8/src/libglfw3.a 4545fd6d0d1d5667
|
||||
4 334 1675868672109234286 libraries/glfw-3.3.8/src/libglfw3.a 4545fd6d0d1d5667
|
||||
17 555 1675834610493262558 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 1125 1673895013688651239 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/random.cpp.o 2e94f773455f509
|
||||
18 830 1675834610765270314 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o cb7dfd07cdb7c2ab
|
||||
|
@ -30,19 +30,50 @@
|
|||
797 1622 1675834611561293008 libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o a93fa48842fb10a4
|
||||
686 825 1675834610761270198 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o c49ca4e889b3908b
|
||||
706 1371 1675834611309285823 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o ac1bd7bf33d73c31
|
||||
18 556 1675834610493262558 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 23 1675870093474146967 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
706 883 1675834610809271567 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o afc8940b6e7eeae1
|
||||
2 198 1675835240411238529 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
2 377 1675835240591243670 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o a716fdf6afcb3ac2
|
||||
2 501 1675835240711247096 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
377 711 1675835240919253036 libraries/glfw-3.3.8/src/libglfw3.a 4545fd6d0d1d5667
|
||||
711 826 1675835241035256349 FinalProject 542cc2a74c29d7b
|
||||
1 20 1675835411244116925 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
2 316 1675835411540125379 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
1 22 1675835443889049241 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
0 20 1675835474281917262 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 357 1675835474617926857 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
357 433 1675835474693929029 FinalProject 542cc2a74c29d7b
|
||||
1 64 1675835496314546526 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 285 1675835496534552809 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
285 360 1675835496610554980 FinalProject 542cc2a74c29d7b
|
||||
1 25 1675870109362606131 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 368 1675870109706616072 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
1 133 1675870167580288936 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 375 1675870167820295874 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
375 458 1675870167904298300 FinalProject 542cc2a74c29d7b
|
||||
1 142 1675879550854070897 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 205 1675879550918072704 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 374 1675879551086077448 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
374 446 1675879551158079480 FinalProject 542cc2a74c29d7b
|
||||
1 136 1675879560090331670 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 216 1675879560170333929 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 403 1675879560358339239 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
403 497 1675879560450341837 FinalProject 542cc2a74c29d7b
|
||||
2 139 1675879670489454576 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 215 1675879670569456843 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
2 394 1675879670745461830 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
394 479 1675879670829464209 FinalProject 542cc2a74c29d7b
|
||||
1 141 1675879713846683742 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 235 1675879713938686352 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 406 1675879714110691231 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
407 485 1675879714190693500 FinalProject 542cc2a74c29d7b
|
||||
2 143 1675879862638911488 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 215 1675879862710913538 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
2 402 1675879862898918887 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
402 476 1675879862970920938 FinalProject 542cc2a74c29d7b
|
||||
1 140 1675880125846417346 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 234 1675880125942420089 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 460 1675880126166426489 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
2 889 1675880126598438830 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o 13e8110c601a4029
|
||||
889 951 1675880126658440545 libraries/BLT/libBLT.a dfd17a7e418724f
|
||||
951 1017 1675880126722442372 FinalProject 542cc2a74c29d7b
|
||||
1 149 1675880208368775783 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 222 1675880208440777840 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
1 417 1675880208636783446 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
1 926 1675880209144797968 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o 13e8110c601a4029
|
||||
926 983 1675880209200799569 libraries/BLT/libBLT.a dfd17a7e418724f
|
||||
983 1082 1675880209300802429 FinalProject 542cc2a74c29d7b
|
||||
1 155 1675881681651226731 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o d59ba6eec5836ace
|
||||
1 234 1675881681731229060 CMakeFiles/FinalProject.dir/src/main.cpp.o 460fff588e5870a1
|
||||
2 316 1675881681815231506 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o ac1bd7bf33d73c31
|
||||
2 387 1675881681887233603 libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o a93fa48842fb10a4
|
||||
1 438 1675881681935235001 CMakeFiles/FinalProject.dir/src/render/window.cpp.o aa0f847cb87c783c
|
||||
2 847 1675881682343246882 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o 13e8110c601a4029
|
||||
847 896 1675881682391248278 libraries/BLT/libBLT.a dfd17a7e418724f
|
||||
897 964 1675881682459250258 FinalProject 542cc2a74c29d7b
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
[13:11:03] [INFO]: Using GLAD GL 4.6
|
|
@ -0,0 +1,236 @@
|
|||
[13:41:22] [INFO]: Using GLAD GL 4.6
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [TRACE]: R Key Single Press!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:24] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [TRACE]: R Key Single Press!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:26] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [TRACE]: R Key Single Press!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:30] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [TRACE]: R Key Single Press!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:31] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:32] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [TRACE]: R Key Single Press!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:33] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [TRACE]: R Key Single Press!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:35] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [TRACE]: R Key Single Press!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:38] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
||||
[13:41:39] [DEBUG]: R Key is pressed!
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
Start testing: Feb 08 00:51 EST
|
||||
Start testing: Feb 08 13:41 EST
|
||||
----------------------------------------------------------
|
||||
End testing: Feb 08 00:51 EST
|
||||
End testing: Feb 08 13:41 EST
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -1,157 +0,0 @@
|
|||
{
|
||||
"inputs" :
|
||||
[
|
||||
{
|
||||
"path" : "CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-emrelease/CMakeFiles/3.25.1/CMakeSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-emrelease/CMakeFiles/3.25.1/CMakeCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-emrelease/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/emscripten/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/Clang-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/Compiler/Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "libraries/BLT/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "libraries/BLT/include/blt/config.h.in"
|
||||
}
|
||||
],
|
||||
"kind" : "cmakeFiles",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease",
|
||||
"source" : "/home/brett/Documents/Brock/CS 3P98/Final Project"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
|
@ -1,102 +0,0 @@
|
|||
{
|
||||
"configurations" :
|
||||
[
|
||||
{
|
||||
"directories" :
|
||||
[
|
||||
{
|
||||
"build" : ".",
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"jsonFile" : "directory-.-Release-f5ebdc15457944623624.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.0"
|
||||
},
|
||||
"projectIndex" : 0,
|
||||
"source" : ".",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "libraries/BLT",
|
||||
"jsonFile" : "directory-libraries.BLT-Release-5a66f6c7b7b59c5dbec1.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.24"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 1,
|
||||
"source" : "libraries/BLT",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"name" : "Release",
|
||||
"projects" :
|
||||
[
|
||||
{
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"directoryIndexes" :
|
||||
[
|
||||
0
|
||||
],
|
||||
"name" : "FinalProject",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"name" : "BLT",
|
||||
"parentIndex" : 0,
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets" :
|
||||
[
|
||||
{
|
||||
"directoryIndex" : 1,
|
||||
"id" : "BLT::@834776b52e80069b1648",
|
||||
"jsonFile" : "target-BLT-Release-7db96a9f62b4686dcfc4.json",
|
||||
"name" : "BLT",
|
||||
"projectIndex" : 1
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "FinalProject::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-FinalProject-Release-817ff412fb80e77abbc8.json",
|
||||
"name" : "FinalProject",
|
||||
"projectIndex" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kind" : "codemodel",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease",
|
||||
"source" : "/home/brett/Documents/Brock/CS 3P98/Final Project"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "libraries/BLT",
|
||||
"source" : "libraries/BLT"
|
||||
}
|
||||
}
|
|
@ -1,108 +0,0 @@
|
|||
{
|
||||
"cmake" :
|
||||
{
|
||||
"generator" :
|
||||
{
|
||||
"multiConfig" : false,
|
||||
"name" : "Unix Makefiles"
|
||||
},
|
||||
"paths" :
|
||||
{
|
||||
"cmake" : "/usr/bin/cmake",
|
||||
"cpack" : "/usr/bin/cpack",
|
||||
"ctest" : "/usr/bin/ctest",
|
||||
"root" : "/usr/share/cmake-3.25"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"isDirty" : false,
|
||||
"major" : 3,
|
||||
"minor" : 25,
|
||||
"patch" : 1,
|
||||
"string" : "3.25.1",
|
||||
"suffix" : ""
|
||||
}
|
||||
},
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-1e721f94324af0f27bc7.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cache-v2-4cb68d260ce8a444d38a.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-1d70b8ed0b8d051a9f5e.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-6fe84aad16887ef1ce4f.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"reply" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"jsonFile" : "cache-v2-4cb68d260ce8a444d38a.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-1d70b8ed0b8d051a9f5e.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-1e721f94324af0f27bc7.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
},
|
||||
"toolchains-v1" :
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-6fe84aad16887ef1ce4f.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,175 +0,0 @@
|
|||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "libraries/BLT/libBLT.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"include_directories",
|
||||
"target_include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"libraries/BLT/CMakeLists.txt",
|
||||
"CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 47,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"file" : 1
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 19,
|
||||
"parent" : 2
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 38,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 50,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-O3 -DNDEBUG -fcolor-diagnostics -std=c++17"
|
||||
},
|
||||
{
|
||||
"fragment" : "-std=gnu++17"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/libraries/BLT/config"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"standard" : "17"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
],
|
||||
"id" : "BLT::@834776b52e80069b1648",
|
||||
"name" : "BLT",
|
||||
"nameOnDisk" : "libBLT.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "libraries/BLT",
|
||||
"source" : "libraries/BLT"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/std/filesystem.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/std/format.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/std/logging.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/std/system.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/profiling/profiler.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/nbt/nbt.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "libraries/BLT/src/blt/nbt/nbt_block.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
|
@ -1,143 +0,0 @@
|
|||
{
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "FinalProject.js"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_executable",
|
||||
"target_link_libraries",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 23,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 24,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 19,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-O3 -DNDEBUG -fcolor-diagnostics -std=c++17"
|
||||
},
|
||||
{
|
||||
"fragment" : "-std=gnu++17"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/libraries/BLT/config"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"standard" : "17"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "BLT::@834776b52e80069b1648"
|
||||
}
|
||||
],
|
||||
"id" : "FinalProject::@6890427a1f51a3e7e1df",
|
||||
"link" :
|
||||
{
|
||||
"commandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-O3 -DNDEBUG",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"fragment" : "--preload-file 'assets'",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "libraries/BLT/libBLT.a",
|
||||
"role" : "libraries"
|
||||
}
|
||||
],
|
||||
"language" : "CXX"
|
||||
},
|
||||
"name" : "FinalProject",
|
||||
"nameOnDisk" : "FinalProject.js",
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "src/main.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "EXECUTABLE"
|
||||
}
|
|
@ -1,62 +0,0 @@
|
|||
{
|
||||
"kind" : "toolchains",
|
||||
"toolchains" :
|
||||
[
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "Clang",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" : [],
|
||||
"linkDirectories" : [],
|
||||
"linkFrameworkDirectories" : [],
|
||||
"linkLibraries" : []
|
||||
},
|
||||
"path" : "/usr/bin/emcc",
|
||||
"version" : "14.0.6"
|
||||
},
|
||||
"language" : "C",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"c",
|
||||
"m"
|
||||
]
|
||||
},
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "Clang",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" : [],
|
||||
"linkDirectories" : [],
|
||||
"linkFrameworkDirectories" : [],
|
||||
"linkLibraries" : []
|
||||
},
|
||||
"path" : "/usr/bin/em++",
|
||||
"version" : "14.0.6"
|
||||
},
|
||||
"language" : "CXX",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"C",
|
||||
"M",
|
||||
"c++",
|
||||
"cc",
|
||||
"cpp",
|
||||
"cxx",
|
||||
"mm",
|
||||
"mpp",
|
||||
"CPP",
|
||||
"ixx",
|
||||
"cppm"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
|
@ -45,9 +45,6 @@ CMAKE_AR:FILEPATH=emar
|
|||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
//Enable colored diagnostics throughout.
|
||||
CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
|
@ -244,8 +241,8 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
|||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/usr/bin/llvm-strip
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
|
|
|
@ -1,72 +0,0 @@
|
|||
set(CMAKE_C_COMPILER "/usr/bin/emcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "Clang")
|
||||
set(CMAKE_C_COMPILER_VERSION "14.0.6")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "emscripten")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "emar")
|
||||
set(CMAKE_C_COMPILER_AR "emar")
|
||||
set(CMAKE_RANLIB "emranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "emranlib")
|
||||
set(CMAKE_LINKER "/usr/bin/ld.lld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC )
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED )
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_C_COMPILER_ABI "")
|
||||
set(CMAKE_C_BYTE_ORDER "")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -1,83 +0,0 @@
|
|||
set(CMAKE_CXX_COMPILER "/usr/bin/em++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "Clang")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "14.0.6")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "emscripten")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "emar")
|
||||
set(CMAKE_CXX_COMPILER_AR "emar")
|
||||
set(CMAKE_RANLIB "emranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "emranlib")
|
||||
set(CMAKE_LINKER "/usr/bin/ld.lld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX )
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED )
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_CXX_COMPILER_ABI "")
|
||||
set(CMAKE_CXX_BYTE_ORDER "")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -1,15 +0,0 @@
|
|||
set(CMAKE_HOST_SYSTEM "Linux-6.1.0-3-amd64")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-3-amd64")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
include("/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Emscripten-1")
|
||||
set(CMAKE_SYSTEM_NAME "Emscripten")
|
||||
set(CMAKE_SYSTEM_VERSION "1")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
|
@ -1,4 +1,2 @@
|
|||
The target system is: Emscripten - 1 - x86
|
||||
The host system is: Linux - 6.1.0-3-amd64 - x86_64
|
||||
The target system is: Emscripten - 1 - x86
|
||||
The host system is: Linux - 6.1.0-3-amd64 - x86_64
|
||||
|
|
|
@ -9,6 +9,8 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/main.cpp" "CMakeFiles/FinalProject.dir/src/main.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/main.cpp.o.d"
|
||||
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/gl.cpp" "CMakeFiles/FinalProject.dir/src/render/gl.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/render/gl.cpp.o.d"
|
||||
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/window.cpp" "CMakeFiles/FinalProject.dir/src/render/window.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/render/window.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
|
|
|
@ -87,20 +87,54 @@ CMakeFiles/FinalProject.dir/src/main.cpp.s: cmake_force
|
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/FinalProject.dir/src/main.cpp.s"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/home/brett/Documents/Brock/CS 3P98/Final Project/src/main.cpp" -o CMakeFiles/FinalProject.dir/src/main.cpp.s
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.o: CMakeFiles/FinalProject.dir/flags.make
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.o: CMakeFiles/FinalProject.dir/includes_CXX.rsp
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.o: /home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/render/gl.cpp
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.o: CMakeFiles/FinalProject.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/FinalProject.dir/src/render/gl.cpp.o"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/FinalProject.dir/src/render/gl.cpp.o -MF CMakeFiles/FinalProject.dir/src/render/gl.cpp.o.d -o CMakeFiles/FinalProject.dir/src/render/gl.cpp.o -c "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/gl.cpp"
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/FinalProject.dir/src/render/gl.cpp.i"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/gl.cpp" > CMakeFiles/FinalProject.dir/src/render/gl.cpp.i
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/FinalProject.dir/src/render/gl.cpp.s"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/gl.cpp" -o CMakeFiles/FinalProject.dir/src/render/gl.cpp.s
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.o: CMakeFiles/FinalProject.dir/flags.make
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.o: CMakeFiles/FinalProject.dir/includes_CXX.rsp
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.o: /home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/render/window.cpp
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.o: CMakeFiles/FinalProject.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/FinalProject.dir/src/render/window.cpp.o"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/FinalProject.dir/src/render/window.cpp.o -MF CMakeFiles/FinalProject.dir/src/render/window.cpp.o.d -o CMakeFiles/FinalProject.dir/src/render/window.cpp.o -c "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/window.cpp"
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/FinalProject.dir/src/render/window.cpp.i"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/window.cpp" > CMakeFiles/FinalProject.dir/src/render/window.cpp.i
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/render/window.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/FinalProject.dir/src/render/window.cpp.s"
|
||||
/usr/bin/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/window.cpp" -o CMakeFiles/FinalProject.dir/src/render/window.cpp.s
|
||||
|
||||
# Object files for target FinalProject
|
||||
FinalProject_OBJECTS = \
|
||||
"CMakeFiles/FinalProject.dir/src/main.cpp.o"
|
||||
"CMakeFiles/FinalProject.dir/src/main.cpp.o" \
|
||||
"CMakeFiles/FinalProject.dir/src/render/gl.cpp.o" \
|
||||
"CMakeFiles/FinalProject.dir/src/render/window.cpp.o"
|
||||
|
||||
# External object files for target FinalProject
|
||||
FinalProject_EXTERNAL_OBJECTS =
|
||||
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/src/main.cpp.o
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/src/render/gl.cpp.o
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/src/render/window.cpp.o
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/build.make
|
||||
FinalProject.js: libraries/BLT/libBLT.a
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/linkLibs.rsp
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/objects1
|
||||
FinalProject.js: CMakeFiles/FinalProject.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable FinalProject.js"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable FinalProject.js"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/FinalProject.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/FinalProject.dir/src/main.cpp.o"
|
||||
"CMakeFiles/FinalProject.dir/src/main.cpp.o.d"
|
||||
"CMakeFiles/FinalProject.dir/src/render/gl.cpp.o"
|
||||
"CMakeFiles/FinalProject.dir/src/render/gl.cpp.o.d"
|
||||
"CMakeFiles/FinalProject.dir/src/render/window.cpp.o"
|
||||
"CMakeFiles/FinalProject.dir/src/render/window.cpp.o.d"
|
||||
"FinalProject.js"
|
||||
"FinalProject.pdb"
|
||||
)
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/main.cpp.o
|
||||
/home/brett/Documents/Brock/CS 3P98/Final Project/src/main.cpp
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdio
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config_site
|
||||
/usr/share/emscripten/cache/sysroot/include/pthread.h
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdio.h
|
||||
/usr/share/emscripten/cache/sysroot/include/stdio.h
|
||||
/usr/share/emscripten/cache/sysroot/include/wasi/api.h
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stddef.h
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stddef.h
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/__stddef_max_align_t.h
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__nullptr
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdint.h
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdint.h
|
||||
/usr/share/emscripten/cache/sysroot/include/stdint.h
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/alltypes.h
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/stdint.h
|
||||
/usr/share/emscripten/cache/sysroot/include/features.h
|
||||
|
|
@ -1,58 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
CMakeFiles/FinalProject.dir/src/main.cpp.o: /home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/main.cpp \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdio \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config_site \
|
||||
/usr/share/emscripten/cache/sysroot/include/pthread.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdio.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdio.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/wasi/api.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stddef.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stddef.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/__stddef_max_align_t.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__nullptr \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdint.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/alltypes.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/features.h
|
||||
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/alltypes.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/stdint.h:
|
||||
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdint.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/features.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdio:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/pthread.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__nullptr:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdint.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdio.h:
|
||||
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/main.cpp:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/stdio.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/stdint.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stddef.h:
|
||||
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stddef.h:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config_site:
|
||||
|
||||
/usr/share/emscripten/cache/sysroot/include/wasi/api.h:
|
||||
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/__stddef_max_align_t.h:
|
||||
# Empty compiler generated dependencies file for FinalProject.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
|
@ -6,5 +6,5 @@ CXX_DEFINES =
|
|||
|
||||
CXX_INCLUDES = @CMakeFiles/FinalProject.dir/includes_CXX.rsp
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -fcolor-diagnostics -std=c++17 -std=gnu++17
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=c++17 -std=gnu++17
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
/usr/bin/em++ -O3 -DNDEBUG --preload-file 'assets' @CMakeFiles/FinalProject.dir/objects1 -o FinalProject.js @CMakeFiles/FinalProject.dir/linkLibs.rsp
|
||||
/usr/bin/em++ -O3 -DNDEBUG -sMAX_WEBGL_VERSION=2 -sUSE_GLFW=3 --preload-file 'assets' @CMakeFiles/FinalProject.dir/objects1 -o FinalProject.js @CMakeFiles/FinalProject.dir/linkLibs.rsp
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libraries/BLT/libBLT.a
|
|
@ -1 +1 @@
|
|||
CMakeFiles/FinalProject.dir/src/main.cpp.o
|
||||
CMakeFiles/FinalProject.dir/src/main.cpp.o CMakeFiles/FinalProject.dir/src/render/gl.cpp.o CMakeFiles/FinalProject.dir/src/render/window.cpp.o
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
CMakeFiles/FinalProject.dir/src/main.cpp.o
|
|
@ -1,3 +1,5 @@
|
|||
CMAKE_PROGRESS_1 = 9
|
||||
CMAKE_PROGRESS_2 = 10
|
||||
CMAKE_PROGRESS_3 = 11
|
||||
CMAKE_PROGRESS_4 = 12
|
||||
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,24 @@
|
|||
CMakeFiles/FinalProject.dir/src/render/gl.cpp.o: \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/render/gl.cpp \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/include/render/gl.h \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/include/render/window.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GLFW/glfw3.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stddef.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config_site \
|
||||
/usr/share/emscripten/cache/sysroot/include/pthread.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stddef.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/__stddef_max_align_t.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__nullptr \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdint.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/alltypes.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GL/gl.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GL/glext.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/KHR/khrplatform.h \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/math.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/initializer_list \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstddef \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/version
|
Binary file not shown.
|
@ -0,0 +1,288 @@
|
|||
CMakeFiles/FinalProject.dir/src/render/window.cpp.o: \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/src/render/window.cpp \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/include/render/window.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GLFW/glfw3.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stddef.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__config_site \
|
||||
/usr/share/emscripten/cache/sysroot/include/pthread.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stddef.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/__stddef_max_align_t.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__nullptr \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdint.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/alltypes.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/stdint.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GL/gl.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/GL/glext.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/KHR/khrplatform.h \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/math.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/initializer_list \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstddef \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/version \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/logging.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/string \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__debug \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/iosfwd \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/wchar.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/wchar.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/wchar.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/features.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional_base \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/type_traits \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/exception \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__availability \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdlib \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/stdlib.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdlib.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/alloca.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/new \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/typeinfo \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdint \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/utility \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__tuple \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/limits \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/unwrap_ref.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/compare \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/concepts \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/algorithm \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__bits \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstring \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/string.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/string.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/string.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/strings.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/functional \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/tuple \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdexcept \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/atomic \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__threading_support \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/chrono \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/ctime \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/time.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/time.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/ratio \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/climits \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/limits.h \
|
||||
/usr/lib/llvm-14/lib/clang/14.0.6/include/limits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/limits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/limits.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/errno.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/errno.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/errno.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/wasi/api.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/sched.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/semaphore.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/fcntl.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/bits/fcntl.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/memory \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_safety.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/iterator \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__function_like.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__utility/__decay_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/variant \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cstdio \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/stdio.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/stdio.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cwchar \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cwctype \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cctype \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/ctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/ctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/ctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/wctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/wctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/wctype.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/string_view \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__string \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/unordered_map \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__hash_table \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/cmath \
|
||||
/usr/share/emscripten/cache/sysroot/include/compat/math.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/math.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/math.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__node_handle \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/optional
|
|
@ -13,16 +13,28 @@ set(CMAKE_MAKEFILE_DEPENDS
|
|||
"CMakeFiles/3.25.1/CMakeSystem.cmake"
|
||||
"/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/CMakeLists.txt"
|
||||
"/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/include/blt/config.h.in"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/Clang-C.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/Clang-FindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/Clang.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
||||
"/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
|
@ -41,6 +53,9 @@ set(CMAKE_MAKEFILE_OUTPUTS
|
|||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.25.1/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.25.1/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.25.1/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"libraries/BLT/config/blt/config.h"
|
||||
"libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
|
|
|
@ -101,12 +101,12 @@ libraries/BLT/clean: libraries/BLT/CMakeFiles/BLT.dir/clean
|
|||
CMakeFiles/FinalProject.dir/all: libraries/BLT/CMakeFiles/BLT.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=9,10 "Built target FinalProject"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" --progress-num=9,10,11,12 "Built target FinalProject"
|
||||
.PHONY : CMakeFiles/FinalProject.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/FinalProject.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" 10
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" 12
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/FinalProject.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/CMakeFiles" 0
|
||||
.PHONY : CMakeFiles/FinalProject.dir/rule
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" -DUSE_EXTRAS=ON -S "/home/brett/Documents/Brock/CS 3P98/Final Project" -B "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease"
|
||||
Using emscriptem linker and compile flags!
|
||||
ZLIB was not found, this is fine however if you wish you use gzip with NBT it is required.
|
||||
Standard Files /home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/src/blt/std/filesystem.cpp;/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/src/blt/std/format.cpp;/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/src/blt/std/logging.cpp;/home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/src/blt/std/system.cpp
|
||||
Profiler Files /home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT/src/blt/profiling/profiler.cpp
|
||||
Source: /home/brett/Documents/Brock/CS 3P98/Final Project
|
||||
Current Source: /home/brett/Documents/Brock/CS 3P98/Final Project/libraries/BLT
|
||||
BLT Successfully included!
|
||||
-- Configuring done
|
||||
-- Generating done
|
||||
-- Build files have been written to: /home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
10
|
||||
12
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -169,6 +169,54 @@ src/main.cpp.s:
|
|||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/main.cpp.s
|
||||
.PHONY : src/main.cpp.s
|
||||
|
||||
src/render/gl.o: src/render/gl.cpp.o
|
||||
.PHONY : src/render/gl.o
|
||||
|
||||
# target to build an object file
|
||||
src/render/gl.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/gl.cpp.o
|
||||
.PHONY : src/render/gl.cpp.o
|
||||
|
||||
src/render/gl.i: src/render/gl.cpp.i
|
||||
.PHONY : src/render/gl.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/render/gl.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/gl.cpp.i
|
||||
.PHONY : src/render/gl.cpp.i
|
||||
|
||||
src/render/gl.s: src/render/gl.cpp.s
|
||||
.PHONY : src/render/gl.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/render/gl.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/gl.cpp.s
|
||||
.PHONY : src/render/gl.cpp.s
|
||||
|
||||
src/render/window.o: src/render/window.cpp.o
|
||||
.PHONY : src/render/window.o
|
||||
|
||||
# target to build an object file
|
||||
src/render/window.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/window.cpp.o
|
||||
.PHONY : src/render/window.cpp.o
|
||||
|
||||
src/render/window.i: src/render/window.cpp.i
|
||||
.PHONY : src/render/window.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/render/window.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/window.cpp.i
|
||||
.PHONY : src/render/window.cpp.i
|
||||
|
||||
src/render/window.s: src/render/window.cpp.s
|
||||
.PHONY : src/render/window.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/render/window.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/FinalProject.dir/build.make CMakeFiles/FinalProject.dir/src/render/window.cpp.s
|
||||
.PHONY : src/render/window.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
|
@ -182,6 +230,12 @@ help:
|
|||
@echo "... src/main.o"
|
||||
@echo "... src/main.i"
|
||||
@echo "... src/main.s"
|
||||
@echo "... src/render/gl.o"
|
||||
@echo "... src/render/gl.i"
|
||||
@echo "... src/render/gl.s"
|
||||
@echo "... src/render/window.o"
|
||||
@echo "... src/render/window.i"
|
||||
@echo "... src/render/window.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -6,5 +6,5 @@ CXX_DEFINES =
|
|||
|
||||
CXX_INCLUDES = @CMakeFiles/BLT.dir/includes_CXX.rsp
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -fcolor-diagnostics -std=c++17 -std=gnu++17
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=c++17 -std=gnu++17
|
||||
|
||||
|
|
|
@ -296,4 +296,5 @@ libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: \
|
|||
/usr/lib/llvm-14/lib/clang/14.0.6/include/stdarg.h \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/streambuf \
|
||||
/usr/share/emscripten/cache/sysroot/include/c++/v1/__bsd_locale_fallbacks.h \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/map.h
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/map.h \
|
||||
/home/brett/Documents/Brock/CS\ 3P98/Final\ Project/libraries/BLT/include/blt/std/math.h
|
||||
|
|
|
@ -129,14 +129,14 @@
|
|||
{
|
||||
"directoryIndex" : 3,
|
||||
"id" : "BLT::@834776b52e80069b1648",
|
||||
"jsonFile" : "target-BLT-Release-f0c14261c3a4a2fa7840.json",
|
||||
"jsonFile" : "target-BLT-Release-e9b53922bec2898643f7.json",
|
||||
"name" : "BLT",
|
||||
"projectIndex" : 2
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "FinalProject::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-FinalProject-Release-d5cdd8971909615c0668.json",
|
||||
"jsonFile" : "target-FinalProject-Release-71323152c35b27d76770.json",
|
||||
"name" : "FinalProject",
|
||||
"projectIndex" : 0
|
||||
},
|
|
@ -26,7 +26,7 @@
|
|||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-3cf93c019d9c52cc6418.json",
|
||||
"jsonFile" : "codemodel-v2-1af36173c27163978b4d.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-3cf93c019d9c52cc6418.json",
|
||||
"jsonFile" : "codemodel-v2-1af36173c27163978b4d.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
|
@ -37,7 +37,7 @@
|
|||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 2
|
||||
},
|
||||
{
|
|
@ -28,19 +28,19 @@
|
|||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 41,
|
||||
"line" : 44,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 42,
|
||||
"line" : 45,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 43,
|
||||
"line" : 54,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
|
@ -64,7 +64,7 @@
|
|||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
|
@ -129,14 +129,14 @@
|
|||
{
|
||||
"directoryIndex" : 3,
|
||||
"id" : "BLT::@834776b52e80069b1648",
|
||||
"jsonFile" : "target-BLT-RelWithDebInfo-cbf56db89e5bfbbf4b3b.json",
|
||||
"jsonFile" : "target-BLT-RelWithDebInfo-6938fb1727d0ffae22e7.json",
|
||||
"name" : "BLT",
|
||||
"projectIndex" : 2
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "FinalProject::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-FinalProject-RelWithDebInfo-4cc90ed6bd0fdc2f9359.json",
|
||||
"jsonFile" : "target-FinalProject-RelWithDebInfo-a041c8e111f6aa9ef8be.json",
|
||||
"name" : "FinalProject",
|
||||
"projectIndex" : 0
|
||||
},
|
|
@ -26,7 +26,7 @@
|
|||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-2221b568bf429082b05b.json",
|
||||
"jsonFile" : "codemodel-v2-7618cb32fafc5f3f6741.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-2221b568bf429082b05b.json",
|
||||
"jsonFile" : "codemodel-v2-7618cb32fafc5f3f6741.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
|
@ -37,7 +37,7 @@
|
|||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 2
|
||||
},
|
||||
{
|
|
@ -28,19 +28,19 @@
|
|||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 41,
|
||||
"line" : 44,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 42,
|
||||
"line" : 45,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 43,
|
||||
"line" : 54,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
|
@ -64,7 +64,7 @@
|
|||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 37,
|
||||
"line" : 40,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
Binary file not shown.
|
@ -0,0 +1,30 @@
|
|||
# ninja log v5
|
||||
1 184 1675879685973893394 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o 726a0ce9066c22d2
|
||||
1 213 1675879686001894187 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o 7363bcb2dba2054a
|
||||
1 240 1675879686029894982 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o 66a0481f161ec0b0
|
||||
1 268 1675879686057895775 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o 3306a3caed247cee
|
||||
185 272 1675879686061895889 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o b26e96d6509cc15d
|
||||
213 298 1675879686085896568 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o 85b163330cb816e5
|
||||
2 311 1675879686097896910 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o f704fd1b3f3f9ebf
|
||||
0 333 1675879686121897590 CMakeFiles/FinalProject.dir/src/main.cpp.o d6fd815a69105af1
|
||||
1 338 1675879686125897703 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o f41ed544e41bb850
|
||||
240 342 1675879686133897930 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o ed8a69d447bea26a
|
||||
2 417 1675879686205899971 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o 84c854e192bd136
|
||||
0 421 1675879686209900084 CMakeFiles/FinalProject.dir/src/render/gl.cpp.o 2e02d50528893aea
|
||||
299 466 1675879686253901332 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o a913dd02c9ac6f97
|
||||
1 489 1675879686277902012 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o b9b0555d1bde647a
|
||||
268 513 1675879686301902692 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o 3a83b8e61a7e27f1
|
||||
311 524 1675879686313903031 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o 3df40cb71360060f
|
||||
273 531 1675879686321903260 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o b183bcb8286b3466
|
||||
0 612 1675879686401905528 CMakeFiles/FinalProject.dir/src/render/window.cpp.o fa6296e23b056a91
|
||||
333 723 1675879686513908702 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o 49e1226ae352c85c
|
||||
3 816 1675879686605911309 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o 3c77d54154e66152
|
||||
490 862 1675879686649912557 libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o 2100792179af25a6
|
||||
816 896 1675879686681913464 libraries/glfw-3.3.8/src/libglfw3.a 4545fd6d0d1d5667
|
||||
417 914 1675879686701914030 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o 9999b1f01228dc1e
|
||||
421 977 1675879686765915844 libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o 3e0e238c32ed62ec
|
||||
339 1068 1675879686857918452 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o 3b328e151712ca4
|
||||
343 1640 1675879687429934667 libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o a4d3cad66687d105
|
||||
466 2339 1675879688125954397 libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o 3879c77c4691aa0a
|
||||
2339 2387 1675879688173955758 libraries/BLT/libBLT.a dfd17a7e418724f
|
||||
2387 2452 1675879688241957686 FinalProject 15ed46d94186936d
|
|
@ -0,0 +1,93 @@
|
|||
[13:08:09] [INFO]: Using GLAD GL 4.6
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [TRACE]: R Key Single Press!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:11] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [TRACE]: R Key Single Press!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [TRACE]: R Key Single Press!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:15] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:16] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [TRACE]: R Key Single Press!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:20] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
||||
[13:08:21] [DEBUG]: R Key is pressed!
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
Start testing: Feb 08 13:08 EST
|
||||
----------------------------------------------------------
|
||||
End testing: Feb 08 13:08 EST
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue