Compare commits
No commits in common. "a701a241eb9e54c1255aaa21e5ebe3b753b971b1" and "9cb6bd4a32e9f39a858f72443ff5c6d40489fe22" have entirely different histories.
a701a241eb
...
9cb6bd4a32
5
deps/imgui/CMakeLists.txt
vendored
5
deps/imgui/CMakeLists.txt
vendored
@ -15,8 +15,3 @@ add_library(
|
|||||||
backends/imgui_impl_glfw.cpp
|
backends/imgui_impl_glfw.cpp
|
||||||
backends/imgui_impl_opengl3.cpp
|
backends/imgui_impl_opengl3.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(
|
|
||||||
imgui SYSTEM PUBLIC
|
|
||||||
.
|
|
||||||
)
|
|
@ -5,16 +5,11 @@ project(nostalgia CXX)
|
|||||||
|
|
||||||
set(NOSTALGIA_BUILD_PLAYER ON CACHE BOOL "Build Player")
|
set(NOSTALGIA_BUILD_PLAYER ON CACHE BOOL "Build Player")
|
||||||
set(NOSTALGIA_BUILD_STUDIO ON CACHE BOOL "Build Studio")
|
set(NOSTALGIA_BUILD_STUDIO ON CACHE BOOL "Build Studio")
|
||||||
set(NOSTALGIA_BUILD_STUDIO_APP ON CACHE BOOL "Build Studio App")
|
|
||||||
|
|
||||||
if(BUILDCORE_TARGET STREQUAL "gba")
|
if(BUILDCORE_TARGET STREQUAL "gba")
|
||||||
set(NOSTALGIA_BUILD_STUDIO OFF)
|
set(NOSTALGIA_BUILD_STUDIO OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT NOSTALGIA_BUILD_STUDIO)
|
|
||||||
set(NOSTALGIA_BUILD_STUDIO_APP OFF)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(CMAKE_INSTALL_NAME_DIR "@executable_path/../Library/nostalgia")
|
set(CMAKE_INSTALL_NAME_DIR "@executable_path/../Library/nostalgia")
|
||||||
set(NOSTALGIA_DIST_BIN NostalgiaStudio.app/Contents/MacOS)
|
set(NOSTALGIA_DIST_BIN NostalgiaStudio.app/Contents/MacOS)
|
||||||
@ -37,7 +32,7 @@ endif()
|
|||||||
|
|
||||||
if(NOT BUILDCORE_TARGET STREQUAL "gba")
|
if(NOT BUILDCORE_TARGET STREQUAL "gba")
|
||||||
add_subdirectory(tools)
|
add_subdirectory(tools)
|
||||||
if(${NOSTALGIA_BUILD_STUDIO_APP})
|
if(${NOSTALGIA_BUILD_STUDIO})
|
||||||
add_subdirectory(studio)
|
add_subdirectory(studio)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user