Skip to content

Commit c12d30b

Browse files
committed
17th attempt to fix GH Actions building
1 parent c26ca1f commit c12d30b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ file(GLOB_RECURSE SRC_FILES "*.cpp")
77
add_library(reminecraftpe-core STATIC
88
${SRC_FILES}
99
)
10+
message(STATUS "Selected Directories: ${SRC_FILES}")
1011
target_include_directories(reminecraftpe-core PUBLIC . ..)
1112

1213
# RakNet

0 commit comments

Comments
 (0)