expanded comments regarding

This commit is contained in:
Austin McCartney 2018-10-13 09:32:42 -06:00
parent e738beff33
commit 9721918446
2 changed files with 9 additions and 0 deletions

View File

@ -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
$<BUILD_INTERFACE:
${CMAKE_CURRENT_LIST_DIR}/mmap.hpp

View File

@ -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)
target_sources(mio INTERFACE
$<BUILD_INTERFACE: