Skip to content

aben20807/learn_cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn cmake command

  • A simple project for testing cmake command.

References

Usage

mkdir build
cd build
cmake ..
make
./bin/exec

Files

$ tree -F -I 'build|LICENSE|*.md' .
.
├── CMakeLists.txt
├── extern/
│   ├── say_hello/
│   │   ├── CMakeLists.txt
│   │   └── src/
│   │       └── say_hello_util/
│   │           ├── hello.cpp
│   │           └── hello.hpp
│   └── sum/
│       ├── CMakeLists.txt
│       ├── include/
│       │   └── sum_header/
│       │       └── sum.hpp
│       └── src/
│           └── sum/
│               └── sum.cpp
└── src/
    ├── CMakeLists.txt
    └── main.cpp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published