CMakeLists.txt 146 B

12345
  1. cmake_minimum_required(VERSION 3.3)
  2. project (Mycorrhiza)
  3. add_executable(mycoagent test/mycoagent.c)
  4. add_executable(mycodaemon test/mycodaemon.c)