CMake/Tests/RunCMake/add_subdirectory/ExcludeFromAll/foo.cpp

7 lines
45 B
C++
Raw Normal View History

#include "foo.h"
int foo()
{
return 42;
}