Skip to content

Commit e4c76c2

Browse files
committed
Revert "skip src folder also to save build time on windows"
This reverts commit 3a27df4.
1 parent 3a27df4 commit e4c76c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ endif()
100100
if (BUILD_FOR_LINUX)
101101
add_subdirectory(config)
102102
add_subdirectory(packaging)
103-
add_subdirectory(src)
104103
endif()
105104

105+
add_subdirectory(src)
106+
106107
if (NOT NETREMOTE_EXCLUDE_API OR NOT NETREMOTE_EXCLUDE_API_BINDINGS)
107108
add_subdirectory(api)
108109
endif()

0 commit comments

Comments
 (0)