projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02f1e0
)
test/CMakeLists.txt: Fix MinGW build of the tests.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 28 Jan 2014 16:54:30 +0000
(17:54 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 28 Jan 2014 16:54:30 +0000
(17:54 +0100)
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index ba1cce29c35099b0e05c552e1ce6342a7711d3db..57ca26f0026de927c6fb60a0c77e3fd2271ed415 100644
(file)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-131,7
+131,11
@@
if(ENABLE_DECODE)
add_definitions(-DENABLE_DECODE)
endif()
+# On MinGW we need to use static linking.
+if(NOT WIN32)
add_definitions(-DBOOST_TEST_DYN_LINK)
+endif()
+
add_definitions(${QT_DEFINITIONS})
include_directories(