Skip to content

Commit

Permalink
FreeImage fix emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Jul 10, 2024
1 parent 3ff2859 commit 45cf7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ endif()

# Emscripten support
if(EMSCRIPTEN)
add_executable(FreeImage_wasm ${FreeImage_SOURCES))
target_link_libraries(FreeImage_wasm PRIVATE ${PROJECT_NAME}::${PROJECT_NAME})
add_executable(${PROJECT_NAME}_wasm ${FreeImage_SOURCES} )
target_link_libraries(${PROJECT_NAME}_wasm PRIVATE ${PROJECT_NAME}::${PROJECT_NAME})
endif()

# Apple-specific settings
Expand Down

0 comments on commit 45cf7d9

Please sign in to comment.