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
|
add_executable(${PROJECT}
|
||||||
main.c
|
${PROJECT}.cpp
|
||||||
)
|
)
|
||||||
add_subdirectory(Radio)
|
add_subdirectory(Radio)
|
||||||
|
|
Loading…
Reference in New Issue