mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
Introduces a mscclpp.get_include() in the Python module. The extension module is now named _mscclpp so that we can have Python code in the mscclpp module. Also does some miscellaneous cleanup.
6 lines
194 B
CMake
6 lines
194 B
CMake
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT license.
|
|
|
|
file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS *.hpp)
|
|
target_sources(mscclpp_obj PUBLIC FILE_SET HEADERS FILES ${HEADERS})
|