generated from TDD-Templates/cmake_cpputest_template
changed taregt for main
Changed the main.cpp into using the project name variable
This commit is contained in:
parent
600cdf88c5
commit
59bd150ad0
|
@ -1,4 +1,4 @@
|
|||
add_executable(main
|
||||
main.c
|
||||
add_executable(${PROJECT}
|
||||
${PROJECT}.cpp
|
||||
)
|
||||
add_subdirectory(Radio)
|
||||
|
|
Loading…
Reference in New Issue