diff options
Diffstat (limited to 'sw/CMakeLists.txt')
| -rw-r--r-- | sw/CMakeLists.txt | 8 |
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 |
