This commit is contained in:
Aaron Ang
2018-09-25 23:48:55 -07:00
committed by GitHub
parent 64bd54a1a1
commit 424d95e05c

View File

@@ -15,7 +15,7 @@ set(SOURCES
# Add an executable with the above sources # Add an executable with the above sources
add_executable(hello_headers ${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/ # when running g++ these will be included as -I/directory/path/
target_include_directories(hello_headers target_include_directories(hello_headers
PRIVATE PRIVATE