How to get SFML to work with Clion UF COP3503C.
Автор: zywg
Загружено: 2023-07-24
Просмотров: 5251
Описание:
In this video I will go through step by step how to setup Clion with STML. The files and websites needed can be found here with the exception to Clion which is pretty basic to install. Don't forget that my makefile has MY FILE DIRECTORY yours may not match mine please double check :).
https://7-zip.org/download.html
https://www.sfml-dev.org/download/sfm...
https://sourceforge.net/projects/ming...
MakeList.txt:
cmake_minimum_required(VERSION 3.24)
project(minesweeper)
set(CMAKE_CXX_STANDARD 14)
add_executable(minesweeper main.cpp)
set(SFML_STATIC_LIBRARIES TRUE)
set(SFML_DIR C:/SFML/lib/cmake/SFML)
find_package(SFML COMPONENTS system window graphics audio network REQUIRED)
include_directories(C:/Project 3/SFML/include/SFML)
target_link_libraries(minesweeper sfml-system sfml-window sfml-graphics sfml-audio)
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: