Why cmake tools didn't generate an exe file? #4282
Replies: 2 comments 1 reply
-
Oh even when i try |
Beta Was this translation helpful? Give feedback.
1 reply
-
i fixed it because i forgot to install make so it created the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using windows 64 bits and msys2. My cmake runs pretty well but i cannot somehow see the exe file in the build folder.
this is my cmake
cmake_minimum_required(VERSION 3.30.3) project(test) add_executable(test main.cpp)
if u need more information, please tell me!
Beta Was this translation helpful? Give feedback.
All reactions