You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 rivejä
164 B

  1. project(cloud_tracer)
  2. file(GLOB SOURCES "src/*.cpp")
  3. set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dist)
  4. add_executable(cloud_tracer ${SOURCES})