Skip to content
Permalink
Browse files
adde some files to the Luis folder
  • Loading branch information
rodrig77 committed Feb 8, 2020
1 parent 4ca0d26 commit 8a89cac0f906dc454f5de907e0625a237b2a13bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
@@ -0,0 +1,11 @@
https://cmake.org/pipermail/cmake/2010-December/041140.html
https://www.geeksforgeeks.org/c-classes-and-objects/







> >> ADD_SUBDIRECTORY(../dir-A ${CMAKE_CURRENT_BINARY_DIR}/dir-A)
> >>
@@ -0,0 +1,7 @@
1 g++ --std=c++14 -c print_two.cpp
2 g++ --std=c++14 -c main.cpp
3 g++ --std=c++14 main.o print_two.o-o program


cmake .
cmake --build .

0 comments on commit 8a89cac

Please sign in to comment.