summaryrefslogtreecommitdiff
path: root/sw/CMakeLists.txt
diff options
context:
space:
mode:
authorSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-19 15:21:50 -0600
committerSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-19 15:21:50 -0600
commitf9cd2526fc5878c52e290a8dc0bb9260c5bd797a (patch)
tree026bd0b610003f41b08f1fbb2ed695e123221c2a /sw/CMakeLists.txt
parente0f9b6b4643a5fdae742137bd2c83b5ca10a64de (diff)
downloadplinky-f9cd2526fc5878c52e290a8dc0bb9260c5bd797a.tar.gz
add vscode cmake stuff
Diffstat (limited to 'sw/CMakeLists.txt')
-rw-r--r--sw/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/CMakeLists.txt b/sw/CMakeLists.txt
new file mode 100644
index 0000000..91e5054
--- /dev/null
+++ b/sw/CMakeLists.txt
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION 3.20)
+
+project("plinkyblack" C CXX ASM)
+
+include(cmake/st-project.cmake)
+
+add_executable(${PROJECT_NAME})
+add_st_target_properties(${PROJECT_NAME}) \ No newline at end of file