mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
add links to files from intro readme. #3
This commit is contained in:
@@ -21,10 +21,10 @@ $ tree
|
||||
└── main.cpp
|
||||
```
|
||||
|
||||
* CMakeLists.txt - Contains the CMake commands you wish to run
|
||||
* inc/Hello.h - The header file to include
|
||||
* src/Hello.cpp - A source file to compile
|
||||
* src/main.cpp - The source file with main
|
||||
* link:CMakeLists.txt[] - Contains the CMake commands you wish to run
|
||||
* link:inc/Hello.h[] - The header file to include
|
||||
* link:src/Hello.cpp[] - A source file to compile
|
||||
* link:src/main.cpp[] - The source file with main
|
||||
|
||||
|
||||
# Concepts
|
||||
|
||||
Reference in New Issue
Block a user