diff options
| author | bunnei <bunneidev@gmail.com> | 2018-04-14 20:40:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-14 20:40:39 -0400 |
| commit | fdca7b5f7a4ca626c15e70ae6f684e88686277f5 (patch) | |
| tree | 57b8c1f1952c53d54a0c14b00543dd21302d661b /src/common/CMakeLists.txt | |
| parent | c6ab2c94d9fd7e82d780e0598bfe8c982661d1aa (diff) | |
| parent | 1b41b875dcd24c662b947731f48f4d1c7131fa0b (diff) | |
Merge pull request #329 from bunnei/shader-gen-part-1
OpenGL shader generation part 1
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2ba1da195..d6eb9055b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -32,6 +32,8 @@ add_library(common STATIC break_points.cpp break_points.h chunk_file.h + cityhash.cpp + cityhash.h code_block.h color.h common_funcs.h @@ -39,7 +41,6 @@ add_library(common STATIC common_types.h file_util.cpp file_util.h - hash.cpp hash.h linear_disk_cache.h logging/backend.cpp |
