first
This commit is contained in:
6
source/CMakeLists.txt
Normal file
6
source/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# ADD SOURCES HERE
|
||||
set(SOURCE_FILES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
||||
13
source/main.cpp
Normal file
13
source/main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
/* #############################################################################
|
||||
* # PROJECT_NAME
|
||||
* DESCRIPTION
|
||||
*
|
||||
* AUTHER: NAME
|
||||
* DATE: MM/DD/YY
|
||||
* #############################################################################
|
||||
*/
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user