ask4nutz
4th August 2011, 09:06 AM
i just worked through the hello world with cmake from here
http://www.cmake.org/cmake/help/examples.html
and everything was built correctly. ok yea so im a total newb with cmake and make but where do i go now to run the executable??
thanks for the help!
---------- Post added 4th August 2011 at 04:06 AM ---------- Previous post was 3rd August 2011 at 09:00 PM ----------
Ok you're right, really simple. It gets built in the same folder as the main .cxx file, which is designated in the CMakeLists.txt as
add_executable (helloDemo demo.cpp)
http://www.cmake.org/cmake/help/examples.html
and everything was built correctly. ok yea so im a total newb with cmake and make but where do i go now to run the executable??
thanks for the help!
---------- Post added 4th August 2011 at 04:06 AM ---------- Previous post was 3rd August 2011 at 09:00 PM ----------
Ok you're right, really simple. It gets built in the same folder as the main .cxx file, which is designated in the CMakeLists.txt as
add_executable (helloDemo demo.cpp)