mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:56:35 +00:00
CMakeLists: Remove add_dolphin_library macro
With all library targets migrated off add_dolphin_library, we can finally remove it
This commit is contained in:
parent
b184923540
commit
22be923b91
1 changed files with 0 additions and 6 deletions
|
@ -35,12 +35,6 @@ endif()
|
||||||
add_definitions(-D__STDC_LIMIT_MACROS)
|
add_definitions(-D__STDC_LIMIT_MACROS)
|
||||||
add_definitions(-D__STDC_CONSTANT_MACROS)
|
add_definitions(-D__STDC_CONSTANT_MACROS)
|
||||||
|
|
||||||
# DEPRECATED: When introducing new libraries, do it explicitly.
|
|
||||||
macro(add_dolphin_library lib srcs libs)
|
|
||||||
add_library(${lib} STATIC ${srcs})
|
|
||||||
target_link_libraries(${lib} PUBLIC ${libs})
|
|
||||||
endmacro()
|
|
||||||
|
|
||||||
add_subdirectory(Core)
|
add_subdirectory(Core)
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
add_subdirectory(Android/jni)
|
add_subdirectory(Android/jni)
|
||||||
|
|
Loading…
Add table
Reference in a new issue