Update CMakeLists.txt
typo
This commit is contained in:
parent
64413ddde2
commit
309aa50d48
@ -3,8 +3,8 @@ project(subbinary)
|
||||
# Create the executable
|
||||
add_executable(${PROJECT_NAME} main.cpp)
|
||||
|
||||
# Link the static library from subproject1 using it's alias sub::lib1
|
||||
# Link the header only library from subproject2 using it's alias sub::lib2
|
||||
# Link the static library from subproject1 using its alias sub::lib1
|
||||
# Link the header only library from subproject2 using its alias sub::lib2
|
||||
# This will cause the include directories for that target to be added to this project
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
sub::lib1
|
||||
|
Loading…
Reference in New Issue
Block a user