codendocs 0.0.2

Code & Docs Rust Library or Application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cmake_minimum_required(VERSION 3.28)

project(codendocs)

set(
  CMAKE_RUNTIME_OUTPUT_DIRECTORY
  ${CMAKE_BINARY_DIR}/bin
)
set(
  CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG
  ${CMAKE_BINARY_DIR}/bin
)
set(
  CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE
  ${CMAKE_BINARY_DIR}/bin
)