Skip to content

Commit

Permalink
Try to fix linker errors on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 3, 2024
1 parent 9fc39d9 commit 0421662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion expression-test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_executable(
sadd_executable(
mbgl-expression-test
${PROJECT_SOURCE_DIR}/expression-test/expression_test_logger.cpp
${PROJECT_SOURCE_DIR}/expression-test/expression_test_logger.hpp
Expand All @@ -24,6 +24,7 @@ target_link_libraries(
Mapbox::Base::Extras::args
mbgl-core
mbgl-compiler-options
$<IF:$<TARGET_EXISTS:libuv::uv_a>,libuv::uv_a,libuv::uv>
)

set_property(TARGET mbgl-expression-test PROPERTY FOLDER MapLibre)
Expand Down

0 comments on commit 0421662

Please sign in to comment.