4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

Move create_bump_LUT to top level korlib

This commit is contained in:
2017-02-13 21:44:59 -08:00
parent 3753714cd6
commit 887700f472
8 changed files with 183 additions and 127 deletions

View File

@ -19,6 +19,7 @@ find_package(Vorbis REQUIRED)
# Da files
set(korlib_HEADERS
buffer.h
bumpmap.h
korlib.h
sound.h
texture.h
@ -26,6 +27,7 @@ set(korlib_HEADERS
set(korlib_SOURCES
buffer.cpp
bumpmap.cpp
module.cpp
sound.cpp
texture.cpp