mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
[cmake] Update modules.cmake to fix cmake error (#2393)
* Update modules.cmake * tst1
This commit is contained in:
@@ -10,7 +10,10 @@ if(HTTPLIB_BUILD_MODULES)
|
|||||||
|
|
||||||
target_sources(${PROJECT_NAME}
|
target_sources(${PROJECT_NAME}
|
||||||
PUBLIC
|
PUBLIC
|
||||||
FILE_SET CXX_MODULES FILES
|
FILE_SET CXX_MODULES
|
||||||
|
BASE_DIRS
|
||||||
|
"${_httplib_build_includedir}"
|
||||||
|
FILES
|
||||||
"${_httplib_build_includedir}/httplib.cppm"
|
"${_httplib_build_includedir}/httplib.cppm"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user