mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 01:10:22 +00:00
4 lines
158 B
CMake
4 lines
158 B
CMake
file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS *.hpp)
|
|
target_sources(mscclpp PUBLIC FILE_SET HEADERS FILES ${HEADERS})
|
|
install(TARGETS mscclpp FILE_SET HEADERS)
|