Skip to content

Commit

Permalink
Merge pull request #85 from ivan-ushakov/build-tweaks
Browse files Browse the repository at this point in the history
Build tweaks
  • Loading branch information
ivan-ushakov authored Jan 21, 2024
2 parents 10dd192 + 39ac50a commit 0cdc07d
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 469 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.12)

project(MOONSHINE_RUNNERS VERSION 1.0.0 LANGUAGES C CXX)

SET(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo")

set(APPLICATION_NAME moonshine-runners)

if (UNIX AND NOT APPLE)
Expand Down
Loading

0 comments on commit 0cdc07d

Please sign in to comment.