Move cpp code to directory csrcs (#42)

* move cpp code to csrcs

* move cpp code to csrcs
This commit is contained in:
Jason
2022-07-26 17:59:02 +08:00
committed by GitHub
parent 7fa3afa9de
commit ffbc5cc42d
128 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ option(CSRCS_DIR_NAME "Name of source code directory")
option(LIBRARY_NAME "Name of build library name") option(LIBRARY_NAME "Name of build library name")
option(PY_LIBRARY_NAME "Name of build python library name") option(PY_LIBRARY_NAME "Name of build python library name")
if(NOT CSRCS_DIR_NAME) if(NOT CSRCS_DIR_NAME)
set(CSRCS_DIR_NAME "./") set(CSRCS_DIR_NAME "csrcs")
endif() endif()
if(NOT LIBRARY_NAME) if(NOT LIBRARY_NAME)
set(LIBRARY_NAME "fastdeploy") set(LIBRARY_NAME "fastdeploy")

Some files were not shown because too many files have changed in this diff Show More