mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 11:11:39 +08:00
13 lines
432 B
Diff
13 lines
432 B
Diff
diff --git a/frontends/yasm/CMakeLists.txt b/frontends/yasm/CMakeLists.txt
|
|
index b11d7f8..b8306b1 100644
|
|
--- a/frontends/yasm/CMakeLists.txt
|
|
+++ b/frontends/yasm/CMakeLists.txt
|
|
@@ -19,6 +19,7 @@ IF(BUILD_SHARED_LIBS)
|
|
yasm-plugin.c
|
|
)
|
|
TARGET_LINK_LIBRARIES(yasm libyasm ${LIBDL})
|
|
+ set_target_properties(yasm PROPERTIES PDB_NAME "yasm-tool")
|
|
ELSE(BUILD_SHARED_LIBS)
|
|
ADD_EXECUTABLE(yasm
|
|
yasm.c
|