Getting ready

Our goal will be to package the following simple example code (example.cpp):

#include <iostream>int main() {  std::cout << "hello from your conda package!" << std::endl;  return 0;}

Get CMake Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.