fix: added project.cpp to executable
This commit is contained in:
parent
3acec91cdf
commit
89fa4b5f35
|
|
@ -1,5 +1,6 @@
|
|||
add_executable(low-level_setup
|
||||
main.cpp
|
||||
project.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(low-level_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue