Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

CodebyCR/CMakeTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple modern CMake project.

I wrote this project, because I have trouble to include only Header directories.
I hope this helps other people to work with CMake.

  • this project contains a subdirectory with two header files

The directory tree is:

CMakeTest
    |
    |  - main.cpp
    |  - CMakeLists.txt
    |  - README.md
    |
    |  - Container
    |     | - ContainerOne.hpp
    |     | - ContainerTwo.hpp
    |     | - CMakeLists.txt
    |
    |  - tests
    |     | - test.cpp
    |
    |  - cmake-build-debug
          | - some files that cmake creates..

About

This is a simple CMake project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published