Some CMake Cleanup
This commit is contained in:
parent
d86018717e
commit
28dbb2eacd
3
dependencies/LIEF/CMakeLists.txt
vendored
3
dependencies/LIEF/CMakeLists.txt
vendored
@ -28,9 +28,6 @@ set(MESSAGE_QUIET TRUE)
|
||||
add_subdirectory(src EXCLUDE_FROM_ALL)
|
||||
unset(MESSAGE_QUIET)
|
||||
|
||||
# Ensure Build
|
||||
add_custom_target(LIEF-build ALL DEPENDS LIB_LIEF)
|
||||
|
||||
# Install
|
||||
install(TARGETS LIB_LIEF DESTINATION "${MCPI_LIB_DIR}")
|
||||
if(BUILD_ARM_COMPONENTS)
|
||||
|
3
dependencies/glfw/CMakeLists.txt
vendored
3
dependencies/glfw/CMakeLists.txt
vendored
@ -20,9 +20,6 @@ set(MESSAGE_QUIET TRUE)
|
||||
add_subdirectory(src EXCLUDE_FROM_ALL)
|
||||
unset(MESSAGE_QUIET)
|
||||
|
||||
# Ensure Build
|
||||
add_custom_target(glfw-build ALL DEPENDS glfw)
|
||||
|
||||
# Install
|
||||
install(TARGETS glfw DESTINATION "${MCPI_LIB_DIR}")
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void title_screen_load_splashes(std::vector<std::string> &splashes);
|
||||
|
Loading…
Reference in New Issue
Block a user