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:
@ -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
|
||||
|
Reference in New Issue
Block a user