Corrected CMakeLists.txt comment

This commit is contained in:
Austin McCartney 2019-06-15 09:31:12 -06:00
parent 62e6506330
commit 2bde42c3f2

View File

@ -1,7 +1,3 @@
#
# iff mio is the highest level project, include the implementation
# detail files in the source listing for CMake-generated IDE projects
#
target_sources(mio-headers INTERFACE target_sources(mio-headers INTERFACE
"${prefix}/mio/detail/mmap.ipp" "${prefix}/mio/detail/mmap.ipp"
"${prefix}/mio/detail/string_util.hpp") "${prefix}/mio/detail/string_util.hpp")