Skip to content

Commit

Permalink
Create a PDB for chromaprint_p.
Browse files Browse the repository at this point in the history
  • Loading branch information
rryan committed Dec 25, 2016
1 parent 2f7fca6 commit 95902f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/chromaprint-1.3.1/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(WITH_KISSFFT)
endif()

add_library(chromaprint_p STATIC ${chromaprint_SRCS})
set_target_properties(chromaprint_p PROPERTIES
set_target_properties(chromaprint_p PROPERTIES COMPILE_PDB_NAME chromaprint_p
COMPILE_DEFINITIONS CHROMAPRINT_NODLL)
target_link_libraries(chromaprint_p ${chromaprint_LINK_LIBS})

Expand Down

0 comments on commit 95902f0

Please sign in to comment.