SyntaxFix
Write A Post
Hire A Developer
Questions
$ cat CMakeLists.txt project (hello) set(EXECUTABLE_OUTPUT_PATH "bin") add_executable (hello hello.c)