mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-23 00:32:25 +08:00
logging and version
This commit is contained in:
@ -5,7 +5,12 @@ project("ViPER4Android Reworked")
|
||||
set(CMAKE_CXX_COMPILER_VERSION 20)
|
||||
|
||||
include_directories(include/)
|
||||
message(${ANDROID_NDK}/include/)
|
||||
|
||||
add_compile_definitions(VERSION_MAJOR=1)
|
||||
add_compile_definitions(VERSION_MINOR=0)
|
||||
add_compile_definitions(VERSION_REVISION=0)
|
||||
add_compile_definitions(VERSION_BUILD=0)
|
||||
add_compile_definitions(VERSION_CODENAME="Reworked")
|
||||
|
||||
set(FILES
|
||||
# Main
|
||||
@ -39,3 +44,7 @@ add_library(
|
||||
# Provides a relative path to your source file(s).
|
||||
${FILES})
|
||||
|
||||
target_link_libraries(
|
||||
v4afx_r
|
||||
log
|
||||
)
|
||||
|
Reference in New Issue
Block a user