-
Notifications
You must be signed in to change notification settings - Fork 0
Freddycat/project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# project Simple C++ project using CMake. Key files: - [CMakeLists.txt](CMakeLists.txt) - [cpp.cpp](cpp.cpp) Build on Windows (VScode): 1. Install Visual Studio with "Desktop development with C++". 2. git clone https://github.com/Freddycat/project.git 3. From root folder (REPLACE VISUAL STUDIO WITH YOUR MSVC RELEASE, eg: "18 2026"): mkdir build cd build cmake .. -G "Visual Studio 17 2022" -A x64 cmake --build . --config Release Build on Linux: mkdir build && cd build cmake .. make
About
Basic shared CPP project
Resources
Stars
Watchers
Forks
Releases
No releases published