• Matthias Vallentin's avatar
    Support specifying test as component in FindCAF · 43c4ba2d
    Matthias Vallentin authored
    This patch makes it possible to look for the include directories of the
    unit test suite. The CMake command
    
            find_package(CAF core io test)
    
    now adds CAF_INCLUDE_DIR_TEST to the list of includes directories and
    also appends it to CAF_INCLUDE_DIRS.
    43c4ba2d
FindCAF.cmake 3.45 KB