CMake/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib_exe.cpp

9 lines
103 B
C++

#include "staticlib1.h"
#include "staticlib2.h"
int main()
{
return staticlib1() + staticlib2();
}