Skip to content

Commit 7d560f5

Browse files
committed
[CMake] Link to Version.lib
Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent 6083bb2 commit 7d560f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (DEFINED SLIBCLANG_DIR)
4646
target_link_libraries (arduino-prelude PUBLIC Threads::Threads)
4747
if (WIN32)
4848
target_compile_definitions (arduino-prelude PUBLIC _CINDEX_LIB_)
49-
target_link_libraries (arduino-prelude PUBLIC clang_static_bundled)
49+
target_link_libraries (arduino-prelude PUBLIC clang_static_bundled Version)
5050
else ()
5151
target_link_libraries (arduino-prelude PUBLIC clang_bundled dl z)
5252
endif ()

0 commit comments

Comments
 (0)