mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-01-25 13:02:54 +08:00
Remove entering/exiting debug messages
This commit is contained in:
parent
57cede243d
commit
b296e7b3af
@ -1,14 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
# Debug message
|
||||
message("Entering ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")
|
||||
|
||||
# Register core library
|
||||
add_library(lwshell INTERFACE)
|
||||
target_sources(lwshell PUBLIC ${CMAKE_CURRENT_LIST_DIR}/src/lwshell/lwshell.c)
|
||||
target_include_directories(lwshell INTERFACE ${CMAKE_CURRENT_LIST_DIR}/src/include)
|
||||
|
||||
# Register other modules
|
||||
|
||||
# Debug message
|
||||
message("Exiting ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")
|
||||
|
Loading…
x
Reference in New Issue
Block a user