mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 16:57:01 +08:00
expanded comments regarding
This commit is contained in:
parent
e738beff33
commit
9721918446
@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# While not strictly necessary to specify header files as target sources,
|
||||||
|
# doing so populates these files in the source listing when CMake is used
|
||||||
|
# to generate XCode and Visual Studios projects
|
||||||
|
#
|
||||||
target_sources(mio INTERFACE
|
target_sources(mio INTERFACE
|
||||||
$<BUILD_INTERFACE:
|
$<BUILD_INTERFACE:
|
||||||
${CMAKE_CURRENT_LIST_DIR}/mmap.hpp
|
${CMAKE_CURRENT_LIST_DIR}/mmap.hpp
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
#
|
||||||
|
# iff mio is the highest level project, include the implementation
|
||||||
|
# detail files in the source listing for CMake-generated IDE projects
|
||||||
|
#
|
||||||
if(NOT subproject)
|
if(NOT subproject)
|
||||||
target_sources(mio INTERFACE
|
target_sources(mio INTERFACE
|
||||||
$<BUILD_INTERFACE:
|
$<BUILD_INTERFACE:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user