fixed few bug in CMakeLists.txt

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-07-04 16:15:34 +08:00
parent 65b1eda6c3
commit f6e287a780

View File

@ -3,9 +3,8 @@
project(CMNetwork)
include(path_config.cmake)
CMAudioSetup(${CMAKE_CURRENT_SOURCE_DIR})
CMNetworkSetup(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(${CMNETWORK_ROOT_SOURCE_PATH})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/Plug-Ins)