54 lines
3.1 KiB
Plaintext
54 lines
3.1 KiB
Plaintext
/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_MAKE_PROGRAM=/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/x64/ninja -G Ninja -S "/home/brett/Documents/Brock/CS 3P98/Final Project" -B "/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-relwithdebinfo"
|
|
-- The C compiler identification is GNU 12.2.0
|
|
-- The CXX compiler identification is GNU 12.2.0
|
|
-- Detecting C compiler ABI info
|
|
-- Detecting C compiler ABI info - done
|
|
-- Check for working C compiler: /usr/bin/cc - skipped
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
-- Detecting CXX compiler ABI info
|
|
-- Detecting CXX compiler ABI info - done
|
|
-- Check for working CXX compiler: /usr/bin/c++ - skipped
|
|
-- Detecting CXX compile features
|
|
-- Detecting CXX compile features - done
|
|
Building for Release
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
|
|
-- Found Threads: TRUE
|
|
-- Using X11 for window creation
|
|
-- Found X11: /usr/include
|
|
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
|
|
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
|
|
-- Looking for gethostbyname
|
|
-- Looking for gethostbyname - found
|
|
-- Looking for connect
|
|
-- Looking for connect - found
|
|
-- Looking for remove
|
|
-- Looking for remove - found
|
|
-- Looking for shmat
|
|
-- Looking for shmat - found
|
|
-- Looking for IceConnectionNumber in ICE
|
|
-- Looking for IceConnectionNumber in ICE - found
|
|
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/loader.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 3.3.8 Successfully included!
|
|
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
|
|
-- Found the following HarfBuzz libraries:
|
|
-- HarfBuzz (required): /usr/lib/x86_64-linux-gnu/libharfbuzz.so
|
|
-- Found HarfBuzz: /usr/include/harfbuzz (found suitable version "6.0.0", minimum required is "2.0.0")
|
|
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.13")
|
|
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.39")
|
|
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
|
|
-- Checking for module 'bzip2'
|
|
-- Package 'bzip2', required by 'virtual:world', not found
|
|
-- Found BrotliDec: /usr/include (found version "1.0.9")
|
|
-- Looking for unistd.h
|
|
-- Looking for unistd.h - found
|
|
-- Looking for fcntl.h
|
|
-- Looking for fcntl.h - found
|
|
-- Configuring done
|
|
-- Generating done
|
|
-- Build files have been written to: /home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-relwithdebinfo
|