using cmake with MinGW g++ on win10
FILE DIRECTORY
+ helloworld
- CMakeFiles.txt
- helloworld.cpp:
+ build
FILE
CMakeFIles.txt
project(helloWorld)
add_executable(hello helloworld.cpp)
helloworld.cpp
\*
* helloworld.cpp
*\
#inlcude "iostream.cpp"
using na