diff options
author | cflip <cflip@cflip.net> | 2022-02-27 19:37:36 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-27 19:37:36 -0700 |
commit | 8c8096dab1538592e6bacea6ba4e1f9882ae6e0b (patch) | |
tree | 35a69e588af9ace66a5b8c0211e05167ea40428b /src/CMakeLists.txt | |
parent | bba66a0ccb7281cd6c717fe9784a04a4fcf72700 (diff) |
Miscellaneous code cleanup
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e71ff2..d290495 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ SET(SOURCES level.cpp main.cpp train.cpp + util.cpp window.cpp ) |