mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
dont use PROJECT_NAME here
no, i did not name my library the same as the project. stop assuming that!
This commit is contained in:
parent
578e0d37d5
commit
e5db59535d
1 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@ function(setup_geode_mod proname)
|
|||
if (ANDROID)
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_custom_command(
|
||||
TARGET "${PROJECT_NAME}" POST_BUILD
|
||||
DEPENDS "${PROJECT_NAME}"
|
||||
TARGET "${proname}" POST_BUILD
|
||||
DEPENDS "${proname}"
|
||||
COMMAND $<$<CONFIG:release>:${CMAKE_STRIP}>
|
||||
ARGS -S $<TARGET_FILE:${PROJECT_NAME}>
|
||||
ARGS -S $<TARGET_FILE:${proname}>
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue