Execution fails when a vairable is used in add_executable in CMakeLists.txt
I use the following command in my project
add_executable(${CMAKE_PROJECT_NAME}
main.cc
...
)
the build happens but JuiC++ can't execute the binary for some reason.
I use the following command in my project
add_executable(${CMAKE_PROJECT_NAME}
main.cc
...
)
the build happens but JuiC++ can't execute the binary for some reason.