mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
Fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ set(SOURCES
|
||||
# Add an executable with the above sources
|
||||
add_executable(hello_headers ${SOURCES})
|
||||
|
||||
# Set the direcoties that should be included in the build command for this target
|
||||
# Set the directories that should be included in the build command for this target
|
||||
# when running g++ these will be included as -I/directory/path/
|
||||
target_include_directories(hello_headers
|
||||
PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user