Skip to content

Commit c8307d0

Browse files
authored
Update CMakeLists.txt
1 parent 02fb149 commit c8307d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL Windows OR ${CMAKE_SYSTEM_NAME} STREQUAL CYGWIN
127127
user32
128128
psapi
129129
ntdll
130+
shell32
130131
)
131132
target_compile_definitions(libmem PUBLIC alloca=_alloca)
132133
elseif(${CMAKE_SYSTEM_NAME} STREQUAL Linux OR ${CMAKE_SYSTEM_NAME} STREQUAL Android)

0 commit comments

Comments
 (0)