We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26ca1f commit c12d30bCopy full SHA for c12d30b
1 file changed
source/CMakeLists.txt
@@ -7,6 +7,7 @@ file(GLOB_RECURSE SRC_FILES "*.cpp")
7
add_library(reminecraftpe-core STATIC
8
${SRC_FILES}
9
)
10
+message(STATUS "Selected Directories: ${SRC_FILES}")
11
target_include_directories(reminecraftpe-core PUBLIC . ..)
12
13
# RakNet
0 commit comments