yaze_build_clib flag for cmake
This commit is contained in:
@@ -119,6 +119,7 @@ endif()
|
|||||||
|
|
||||||
include(test/CMakeLists.txt)
|
include(test/CMakeLists.txt)
|
||||||
|
|
||||||
|
if (YAZE_BUILD_CLIB)
|
||||||
# Yaze C API
|
# Yaze C API
|
||||||
add_library(
|
add_library(
|
||||||
yaze_c SHARED
|
yaze_c SHARED
|
||||||
@@ -161,8 +162,10 @@ if (YAZE_INSTALL_CLIB)
|
|||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
yaze.h
|
yaze.h
|
||||||
base/sprite.h
|
base/sprite.h
|
||||||
base/snes_color.h
|
base/snes_color.h
|
||||||
|
base/overworld.h
|
||||||
DESTINATION include)
|
DESTINATION include)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
Reference in New Issue
Block a user