Move source code into source subfolder
This commit is contained in:
parent
870f459f75
commit
d0d3834449
23 changed files with 0 additions and 0 deletions
11
source/ttrts/CMakeLists.txt
Normal file
11
source/ttrts/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
# ====================== ttrts =======================
|
||||
# Project name
|
||||
project( ttrts )
|
||||
|
||||
# Add the sources
|
||||
set( SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
# Add the executable
|
||||
add_executable( ttrts ${SOURCES} )
|
5
source/ttrts/main.cpp
Normal file
5
source/ttrts/main.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Main program entry point
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue