https://github.com/Kitware/CMake
Raw File
Tip revision: b494308dab7ca3fe94ce558ddddc71bcaf1a8e6d authored by Sebastian Holtermann on 13 September 2017, 16:31:50 UTC
Autogen: Tests: Backport tests for _autogen target dependencies
Tip revision: b494308
main.cpp

#include "lib2.h"

int main(int argc, char** argv)
{
  int num = add1_and_mult2(4);

  return 0;
}
back to top