Skip to content
Snippets Groups Projects
Commit 56585d98 authored by Serge Lamikhov-Center's avatar Serge Lamikhov-Center
Browse files

Conditional compilation for boost library linkage

parent 4eb7a2d2
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
#endif
#define BOOST_TEST_MAIN
#ifndef _MSC_VER
#define BOOST_TEST_DYN_LINK
#endif
#define BOOST_TEST_MODULE ELFIO_Test
#include <boost/test/unit_test.hpp>
......
CXX=g++
CPPFLAGS=-c -Wall -std=c++0x -I..
LDLIBS=-lboost_unit_test_framework-mt
LDLIBS=-lboost_unit_test_framework
ELFIODIR=../elfio/
SOURCES=ELFIOTest.cpp ELFIOTest1.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment