build: search headers in all source directories
* removed paths in include directives * changed cmake to provide necessary header search paths * changed name of version.h to productVersion.h due to name conflict
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "cxxtest/TestSuite.h"
|
||||
#include <cxxtest/TestSuite.h>
|
||||
|
||||
#include "utility/LowMemoryStringMap.h"
|
||||
#include "utility/text/TextAccess.h"
|
||||
#include "utility/types.h"
|
||||
#include "utility/utilityString.h"
|
||||
#include "LowMemoryStringMap.h"
|
||||
#include "TextAccess.h"
|
||||
#include "types.h"
|
||||
#include "utilityString.h"
|
||||
|
||||
class LowMemoryStringMapTestSuite : public CxxTest::TestSuite
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user