Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jun 1, 2024
1 parent 2a03796 commit e1e3fe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/sokol.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ if(BUILD_SOKOL)
set(TIC80_SRC ${TIC80_SRC} "${PROJECT_SOURCE_DIR}/build/windows/tic80.rc")

add_executable(${TIC80_TARGET} WIN32 ${TIC80_SRC})
elseif(ANDROID)
add_library(${TIC80_TARGET} SHARED ${TIC80_SRC})
else()
add_executable(${TIC80_TARGET} ${TIC80_SRC})

Expand Down

0 comments on commit e1e3fe2

Please sign in to comment.