Facebook
From Paltry Hog, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 113
  1. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> cmake .
  2. -- Building for: Visual Studio 16 2019
  3. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  4. -- The C compiler identification is MSVC 19.23.28107.0
  5. -- The CXX compiler identification is MSVC 19.23.28107.0
  6. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe
  7. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe - works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe
  13. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe - works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Configuring done
  19. -- Generating done
  20. -- Build files have been written to: C:/Users/Admin/Desktop/Nauka Programowania i GameDev/ToDoList/TodoList/ToDoList/ToDoList
  21. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> ls
  22.  
  23.  
  24.     Directory: C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList
  25.  
  26.  
  27. Mode                LastWriteTime         Length Name
  28. ----                -------------         ------ ----
  29. d-----       13.04.2020     00:49                CMakeFiles
  30. -a----       13.04.2020     00:49          42109 ALL_BUILD.vcxproj
  31. -a----       13.04.2020     00:49            343 ALL_BUILD.vcxproj.filters
  32. -a----       13.04.2020     00:49          13864 CMakeCache.txt
  33. -a----       13.04.2020     00:32            146 CMakeLists.txt
  34. -a----       13.04.2020     00:49           1555 cmake_install.cmake
  35. -a----       07.04.2020     23:21            881 Task.cpp
  36. -a----       07.04.2020     23:21            646 Task.h
  37. -a----       05.04.2020     17:10             81 test.txt
  38. -a----       07.04.2020     23:21           1374 ToDoList.cpp
  39. -a----       13.04.2020     00:49           3106 ToDoList.sln
  40. -a----       13.04.2020     00:49          52804 ToDoList.vcxproj
  41. -a----       13.04.2020     00:49           1217 ToDoList.vcxproj.filters
  42. -a----       13.04.2020     00:49          41665 ZERO_CHECK.vcxproj
  43. -a----       13.04.2020     00:49            580 ZERO_CHECK.vcxproj.filters
  44.  
  45.  
  46. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList>
  47.  
  48.  
  49.