mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Move cpp code to directory csrcs
(#42)
* move cpp code to csrcs * move cpp code to csrcs
This commit is contained in:
@@ -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
Reference in New Issue
Block a user