• Pieter Hintjens's avatar
    Problem: cannot build single test case in tests · d416ffce
    Pieter Hintjens authored
    This is due to the mangled include of platform.h, which was to make
    CMake happy.
    
    Solution: in CMakeLists.txt, define USING_CMAKE and then look for
    platform.h in current directory if that is defined, else look in
    ../src/ as one would expect.
    d416ffce
CMakeLists.txt 26.2 KB