mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
Update from inc to include directory
This commit is contained in:
@@ -16,7 +16,7 @@ add_library(cmake_examples_inst SHARED ${library_SOURCES})
|
||||
|
||||
|
||||
target_include_directories(cmake_examples_inst
|
||||
PUBLIC ${PROJECT_SOURCE_DIR}/inc
|
||||
PUBLIC ${PROJECT_SOURCE_DIR}/include
|
||||
)
|
||||
|
||||
############################################################
|
||||
|
||||
@@ -16,7 +16,7 @@ $ tree
|
||||
.
|
||||
├── cmake-examples.conf
|
||||
├── CMakeLists.txt
|
||||
├── inc
|
||||
├── include
|
||||
│ └── Hello.h
|
||||
├── README.adoc
|
||||
└── src
|
||||
@@ -26,7 +26,7 @@ $ tree
|
||||
|
||||
* link:CMakeLists.txt[] - Contains the CMake commands you wish to run
|
||||
* link:cmake-examples.conf[] - An example configuration file
|
||||
* link:inc/Hello.h[] - The header file to include
|
||||
* link:include/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user