Skip to content

Commit

Permalink
Create CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Aug 30, 2023
1 parent bce3b92 commit 4d567dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/xtd.core.examples/startups/startup2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(startup2)
find_package(xtd REQUIRED)
add_sources(README.md src/startup2.cpp)
target_type(CONSOLE_APPLICATION)

0 comments on commit 4d567dd

Please sign in to comment.