Skip to content

Freddycat/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

 
 
 

Contributors