Skip to content

Commit 8275470

Browse files
committed
fix: raw build
1 parent 566044d commit 8275470

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Release
2424
SAN.*
2525
_CPack_Packages/
2626
build.ninja
27-
checksummed_*
27+
2828
cmake_install.cmake
2929
debug
3030
gmock.pc

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,8 @@ if(CLIENT)
21872187
components/comp_pulse/socket_request.h
21882188
components/comp_pulse/hover_notification.cpp
21892189
components/comp_pulse/hover_notification.h
2190+
components/comp_pulse/http_request.cpp
2191+
components/comp_pulse/http_request.h
21902192
components/console.cpp
21912193
components/console.h
21922194
components/controls.cpp

cmake/checksummed_extra.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
${CMAKE_VERSION}
2+
${PROJECT_VERSION}
3+
${TARGET_BITS}
4+
${TARGET_CPU_ARCHITECTURE}
5+
${CMAKE_SYSTEM_NAME}
6+
${WEBSOCKETS}
7+
${MYSQL}
8+
${AUTOUPDATE}
9+
${INFORM_UPDATE}
10+
${VIDEORECORDER}
11+
${UPNP}
12+
${ANTIBOT}
13+
${HEADLESS_CLIENT}
14+
${CLIENT}
15+
${SERVER}
16+
${TOOLS}
17+
${STEAM}
18+
${DISCORD}
19+
${DISCORD_DYNAMIC}
20+
${DEV}
21+
${CMAKE_BUILD_TYPE}
22+
${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)