SyntaxFix
Write A Post
Hire A Developer
Questions
I managed to solve mine, by changing
add_executable(file1.cpp)
to
add_executable(ProjectName file1.cpp)