55ok

Mini

Direktori : /usr/src/cmake-3.25.0/Tests/InterfaceLibrary/
Upload File :
Current File : //usr/src/cmake-3.25.0/Tests/InterfaceLibrary/sharedlibtestexe.cpp

#ifndef SHAREDLIB_DEFINE
#  error Expected SHAREDLIB_DEFINE
#endif

#ifndef SHAREDDEPENDLIB_DEFINE
#  error Expected SHAREDDEPENDLIB_DEFINE
#endif

#include "shareddependlib.h"
#include "sharedlib.h"

int main(int, char**)
{
  SharedLibObject sl;
  SharedDependLibObject sdl = sl.object();

  return sdl.foo() + sl.foo();
}

Zerion Mini 1.0