Commit 0d829d13 by András Bodor

CMake kommentek

A CMakeLists.txt-ben a régi verzió használati utasításai maradtak a
HSZK-s VS-ekkel kapcsolatban.
Mostantól átirányít a meglévő VS projektek felé.
parent 2484af74
......@@ -14,7 +14,7 @@
# Használat:
# - parancssor: cmake -B _build -S . && cmake --build _build
# - CLion/Visual Studio: Megnyitni a mappát projektként
# - HSZK Visual Studio: HSZK-VS17 mappában előre legenerált projekt elérhető
# - HSZK Visual Studio: A meglévő .vcxproj fájlokat érdemes használni
cmake_minimum_required(VERSION 3.18) # Debian Bullseye
project(cpp_lab_02
......
......@@ -8,6 +8,7 @@
# Használat:
# - parancssor: cmake -B _build -S . && cmake --build _build
# - CLion/Visual Studio: Megnyitni a mappát projektként
# - HSZK Visual Studio: A meglévő .vcxproj fájlokat érdemes használni
cmake_minimum_required(VERSION 3.18) # Debian Bullseye
project(cpp_lab_02_str1
......
......@@ -8,12 +8,7 @@
# Használat:
# - parancssor: cmake -B _build -S . && cmake --build _build
# - CLion/Visual Studio: Megnyitni a mappát projektként
# - Code::Blocks:
# 1) cmake -G "CodeBlocks - <1>" -B _build -S .
# - Windows: <1> = MinGW Makefiles
# - Unix: <2> = Unix Makefiles
# 2) A _build/*.cbp fájlt megnyitni
# - HSZK Visual Studio: A meglévő .vcxproj fájlokat érdemes használni
cmake_minimum_required(VERSION 3.18) # Debian Bullseye
include(CheckCXXCompilerFlag)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment