mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 08:46:51 +08:00
corrected minor typos in CMake comments
This commit is contained in:
parent
9721918446
commit
0bc5453bfd
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
#
|
||||
# Here we check whether mio is being configured in isolation or as a component
|
||||
# of a larger proeject. To do so, we query whether the `PROJECT_NAME` CMake
|
||||
# of a larger project. To do so, we query whether the `PROJECT_NAME` CMake
|
||||
# variable has been defined. In the case it has, we can conclude mio is a
|
||||
# subproject.
|
||||
#
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#
|
||||
# While not strictly necessary to specify header files as target sources,
|
||||
# doing so populates these files in the source listing when CMake is used
|
||||
# doing so populates these files in the source listing when CMake is used
|
||||
# to generate XCode and Visual Studios projects
|
||||
#
|
||||
target_sources(mio INTERFACE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user