Skip to content

Commit 457f27b

Browse files
author
Artiom N.
committed
Examples restructured
1 parent 746c854 commit 457f27b

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

src/book01/ch24/cpp/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

33

4-
# add_subdirectory("stacktrace")
5-
64
if (UNIX)
7-
add_subdirectory("signal_handling")
5+
add_subdirectory("linux_call_intercepter")
86
endif()

src/book01/ch25/cpp/linux_call_intercepter/CMakeLists.txt renamed to src/book01/ch24/cpp/linux_call_intercepter/CMakeLists.txt

File renamed without changes.

src/book01/ch25/cpp/linux_call_intercepter/call_intercepter.cpp renamed to src/book01/ch24/cpp/linux_call_intercepter/call_intercepter.cpp

File renamed without changes.

src/book01/ch25/cpp/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.10)
22

3+
# add_subdirectory("stacktrace")
4+
35
if (UNIX)
4-
add_subdirectory("linux_call_intercepter")
6+
add_subdirectory("signal_handling")
57
add_subdirectory("incorrect_udp_client")
68
endif()
File renamed without changes.

src/book01/ch24/cpp/signal_handling/sigchld_handler.cpp renamed to src/book01/ch25/cpp/signal_handling/sigchld_handler.cpp

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)