build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:42:35 -04:00
commit f7abb8fedb
5 changed files with 90 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# xo_pywebsock/src/pywebsock/CMakeLists.txt
set(SELF_LIB pywebsock)
set(SELF_LIB xo_pywebsock)
set(SELF_SRCS pywebsock.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})