修改了不合理设计
This commit is contained in:
@@ -2,6 +2,7 @@ cmake_minimum_required( VERSION 3.28)
|
||||
|
||||
project(Logging)
|
||||
|
||||
|
||||
aux_source_directory(${CMAKE_SOURCE_DIR}/src SRC)
|
||||
|
||||
set(LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/lib)
|
||||
@@ -17,3 +18,6 @@ else()
|
||||
endif()
|
||||
|
||||
|
||||
add_executable(test_main ${CMAKE_SOURCE_DIR}/test_package/main.c ${SRC})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user