test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
9
.config/Code/User/History/-5efeb447/lneK.txt
Normal file
9
.config/Code/User/History/-5efeb447/lneK.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(MyProject)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(MyProject main.cpp)
|
||||
|
||||
find_package(Qt5 COMPONENTS Widgets REQUIRED)
|
||||
target_link_libraries(MyProject Qt5::Widgets)
|
Loading…
Add table
Add a link
Reference in a new issue