Skip to content

Commit

Permalink
Remove entering/exiting debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Apr 23, 2023
1 parent 0467193 commit dc40db6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lwrb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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(lwrb INTERFACE)
target_sources(lwrb PUBLIC ${CMAKE_CURRENT_LIST_DIR}/src/lwrb/lwrb.c)
target_include_directories(lwrb INTERFACE ${CMAKE_CURRENT_LIST_DIR}/src/include)

# Register other modules

# Debug message
message("Exiting ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")

0 comments on commit dc40db6

Please sign in to comment.