Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder structure #9

Merged
merged 3 commits into from
May 16, 2023
Merged

Folder structure #9

merged 3 commits into from
May 16, 2023

Conversation

cann3v
Copy link
Member

@cann3v cann3v commented May 16, 2023

Now our working tree looks like this:

├── CMakeLists.txt
├── LICENSE
├── README.md
├── docker
├── docs
├── include
│   ├── CSGServer
│   │   └── main.hpp
│   └── vendor
└── src
    └── main.cpp

To include the header file, use #include "CSGServer/main.hpp"

@cann3v cann3v linked an issue May 16, 2023 that may be closed by this pull request
@cann3v cann3v requested a review from temikfart May 16, 2023 18:55
@temikfart temikfart merged commit aae4dad into main May 16, 2023
3 checks passed
@temikfart temikfart deleted the feature/1-folder-structure branch May 16, 2023 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Folder Structure
2 participants