0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Corrected installer source path for VS pdb debug symbols file. Removed prefix path to platform.h

This commit is contained in:
Telford Berkey 2014-06-04 08:47:22 -04:00
parent 8e7a8a43b4
commit 920371ee6b
3 changed files with 3 additions and 3 deletions

View File

@ -766,7 +766,7 @@ if(MSVC)
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include
COMPONENT SDK)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib/libzmq${_zmq_COMPILER}-mt-gd-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}.pdb DESTINATION lib
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/bin/libzmq${_zmq_COMPILER}-mt-gd-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}.pdb DESTINATION lib
COMPONENT SDK)
else()
install(TARGETS libzmq

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>

View File

@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>