mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 03:55:03 +00:00
Bonk
This commit is contained in:
parent
d36b127c16
commit
69b9687afc
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
endif()
|
||||
|
||||
project(Alber)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
|
||||
if(APPLE)
|
||||
|
@ -50,7 +49,7 @@ add_library(AlberCore STATIC)
|
|||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/include/)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/include/kernel)
|
||||
include_directories (${FMT_INCLUDE_DIR})
|
||||
include_directories(${FMT_INCLUDE_DIR})
|
||||
include_directories(third_party/boost/)
|
||||
include_directories(third_party/elfio/)
|
||||
include_directories(third_party/imgui/)
|
||||
|
@ -523,4 +522,4 @@ if(ENABLE_TESTS)
|
|||
)
|
||||
|
||||
add_test(AlberTests AlberTests)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue