cmakelists build cleanup
This commit is contained in:
@@ -150,4 +150,18 @@ target_link_libraries(
|
||||
${CMAKE_DL_LIBS}
|
||||
ImGuiTestEngine
|
||||
ImGui
|
||||
)
|
||||
)
|
||||
|
||||
if (YAZE_INSTALL_CLIB)
|
||||
install(TARGETS yaze_c
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib/static)
|
||||
|
||||
install(
|
||||
FILES
|
||||
yaze.h
|
||||
base/sprite.h
|
||||
base/snes_color.h
|
||||
DESTINATION include)
|
||||
endif()
|
||||
Reference in New Issue
Block a user