Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nisaldilshan/Walnut
Browse files Browse the repository at this point in the history
  • Loading branch information
nisaldilshan committed Dec 5, 2024
2 parents 919de45 + 013c03d commit 527a937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WalnutApp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
if(CMAKE_SYSTEM_NAME MATCHES "Android")
add_library(App src/WalnutApp.cpp )
else()
add_executable(App src/WalnutApp.cpp )
endif()

if(CMAKE_SYSTEM_NAME MATCHES "iOS")
target_sources(App PRIVATE
Expand Down

0 comments on commit 527a937

Please sign in to comment.