https://github.com/Kitware/CMake
Revision b494308dab7ca3fe94ce558ddddc71bcaf1a8e6d authored by Sebastian Holtermann on 13 September 2017, 16:31:50 UTC, committed by Brad King on 13 September 2017, 19:07:46 UTC
1 parent d0f1581
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
pic_main.cpp

#include "pic_test.h"

int main(int, char**)
{
  return 0;
}
back to top