29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
|
||
|
-- The C compiler identification is GNU 8.1.0
|
||
|
-- Check for working C compiler: D:/Programme/MingW/mingw64/bin/gcc.exe
|
||
|
-- Check for working C compiler: D:/Programme/MingW/mingw64/bin/gcc.exe -- works
|
||
|
-- Detecting C compiler ABI info
|
||
|
-- Detecting C compiler ABI info - done
|
||
|
-- Detecting C compile features
|
||
|
-- Detecting C compile features - done
|
||
|
-- Looking for pthread.h
|
||
|
-- Looking for pthread.h - found
|
||
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
||
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
|
||
|
-- Found Threads: TRUE
|
||
|
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
|
||
|
-- Looking for dinput.h
|
||
|
-- Looking for dinput.h - found
|
||
|
-- Looking for xinput.h
|
||
|
-- Looking for xinput.h - found
|
||
|
-- Performing Test _GLFW_HAS_DEP
|
||
|
-- Performing Test _GLFW_HAS_DEP - Success
|
||
|
-- Performing Test _GLFW_HAS_ASLR
|
||
|
-- Performing Test _GLFW_HAS_ASLR - Success
|
||
|
-- Performing Test _GLFW_HAS_64ASLR
|
||
|
-- Performing Test _GLFW_HAS_64ASLR - Success
|
||
|
-- Using Win32 for window creation
|
||
|
-- Configuring done
|
||
|
-- Generating done
|
||
|
-- Build files have been written to: D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug
|