♻️ 重构
This commit is contained in:
@@ -22,3 +22,11 @@ endif()
|
||||
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/test_symbol/CMakeLists.txt)
|
||||
add_subdirectory(test_symbol)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/test_scheduler/CMakeLists.txt)
|
||||
add_subdirectory(test_scheduler)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/test_semantic/CMakeLists.txt)
|
||||
add_subdirectory(test_semantic)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user