diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-05 00:30:13 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-05 00:30:13 +0000 |
commit | c1ea14d1c96de18448c0c3779d30b7e1e4451f61 (patch) | |
tree | b97edc04e70495caf49545dc30ed9936d1986d07 /Jamroot.jam | |
parent | Create terrain as collection of meshes (diff) | |
download | ilt-c1ea14d1c96de18448c0c3779d30b7e1e4451f61.tar.bz2 ilt-c1ea14d1c96de18448c0c3779d30b7e1e4451f61.tar.xz ilt-c1ea14d1c96de18448c0c3779d30b7e1e4451f61.zip |
Initial commit generating some basic rail network
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 043ac4f..d062442 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,6 +3,7 @@ using pkg-config ; import pkg-config ; import type : register ; import generators : register-standard ; +import testing ; pkg-config.import sdl2 ; pkg-config.import glew ; @@ -51,6 +52,11 @@ exe iliketrains : <library>ilt ; +run application/main.cpp + : : : + <library>ilt + ; + lib ilt : [ glob-tree *.cpp *.c *.vs *.fs : bin test ] : |