Move source code into source subfolder
This commit is contained in:
parent
870f459f75
commit
d0d3834449
23 changed files with 0 additions and 0 deletions
17
source/game/CMakeLists.txt
Normal file
17
source/game/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
cmake_minimum_required(VERSION 2.8.7)
|
||||
|
||||
# game project
|
||||
project( game )
|
||||
|
||||
include_directories(
|
||||
../maths
|
||||
)
|
||||
|
||||
# Add the sources
|
||||
set( SOURCES
|
||||
game.cpp
|
||||
unit.cpp
|
||||
order.cpp
|
||||
)
|
||||
|
||||
add_library( game ${SOURCES} )
|
Loading…
Add table
Add a link
Reference in a new issue