diff options
| author | 2016-11-28 00:34:38 +0100 | |
|---|---|---|
| committer | 2016-11-28 00:34:38 +0100 | |
| commit | cdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e (patch) | |
| tree | 9bcea054b5cdfc9c7f3471520cf83fcd6f84493f /mobile | |
| parent | dbce981b8a138ca4efa14f0e1a7b27a27931918e (diff) | |
| download | OneRoll-cdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e.tar.gz OneRoll-cdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e.zip | |
-Fix compilation with cmake for irc, mobile and cli.
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index d4de8ab..24680af 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -87,8 +87,9 @@ SET( diceGui_sources ../node/scalaroperatornode.cpp ../node/sortresult.cpp ../node/startingnode.cpp - ../node/ifnode.cpp - ../node/filternode.cpp + ../node/ifnode.cpp + ../node/filternode.cpp + ../node/stringnode.cpp main.cpp maincontroler.cpp commandmodel.cpp |