Files
cmake/Tests/RunCMake/FASTBuild/some_source_file_2.cpp

6 lines
103 B
C++

#include "header.hpp"
// Add exported symbol to create an export lib on Windows.
EXPORT void foo()
{
}