Skip to content

Commit

Permalink
build: log which module is processed
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 15, 2024
1 parent 3d9e327 commit b0cb937
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ configure_file(config.h.cmake_in config.h)

option(BUILD_SHARED_LIBS "Build shared libraries" OFF)


# wxservdisc
message("-----wxServDisc-----")
set(WXSERVDISC_INSTALL OFF CACHE BOOL "Set to OFF to not include wxservdisc artifacts in install")
add_subdirectory(libwxservdisc/src)

# libvncclient
message("-----LibVNCClient-----")
set(LIBVNCSERVER_INSTALL OFF CACHE BOOL "Set to OFF to not include libvncserver artifacts in install")
set(WITH_EXAMPLES OFF CACHE BOOL "Set to OFF to not build libvncserver examples")
add_subdirectory(libvncserver)
Expand All @@ -34,7 +38,7 @@ add_subdirectory(libvncserver)
#
# source proper
#

message("-----MultiVNC-----")
add_subdirectory(src)


Expand Down

0 comments on commit b0cb937

Please sign in to comment.