Husam
You can fix that easily. Either create a lib\vs2010 directory, or
remove the post-build event from the solution file settings. You might
also have to adjust where the test runner console app gets its library.
I put that copy in there years ago when I was trying to have several
cpputest libraries in the same machine for different VS versions.
I think that could be removed from the settings, as my need was pretty
special, and now nonexistent.
James
>>> - Add the include path to the Makefile. Something like:
>>> - CPPFLAGS += -I(CPPUTEST_HOME)/include
>>> - Add the memory leak macros to you Makefile (needed for additional
>>> debug info!). Something like:
>>> - CXXFLAGS += -include
>>> $(CPPUTEST_HOME)/include/CppUTest/MemoryLeakDetectorNewMacros.h
>>> - CFLAGS += -include
>>>
>>> $(CPPUTEST_HOME)/include/CppUTest/MemoryLeakDetectorMallocMacros.h
>>> - Add the library linking to your Makefile. Something like:
>>> - LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest -lCppUTestExt
>>>
>>> I'm unsure as to how to modify cmakelists.txt to include the above
>>> information.
>>>
>>> Any help would be appreciated.
>>>
>>> Regards,
>>> Husam
>>>
>>>
>>>
>>>
>
> [cpputest.jpg]