changed taregt for main

Changed the main.cpp into using the project name variable
This commit is contained in:
Jake Goodwin 2024-10-01 17:24:30 -07:00
parent 600cdf88c5
commit 59bd150ad0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
add_executable(main
main.c
add_executable(${PROJECT}
${PROJECT}.cpp
)
add_subdirectory(Radio)