Skip to content

Commit

Permalink
build: clean up build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorgner committed Aug 1, 2020
1 parent 00ce7cc commit b845424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ cmake_minimum_required(VERSION "3.14.0")

project("dodgetc_native"
LANGUAGES CXX
VERSION "1.0.0"
DESCRIPTION "An implementation of the Godot \"Dodge the Creeps!\" tutorial game using godot-cpp"
)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Modules")
set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/godot")

include("Conan")
include("Godot")
Expand Down

0 comments on commit b845424

Please sign in to comment.