Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 authored Dec 31, 2024
1 parent 8e82fd9 commit 8268e80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,6 @@ if (DEFINED CPP_STANDARD)
set(CMAKE_CXX_STANDARD ${CPP_STANDARD})
endif()

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

# Apple-specific settings
if (APPLE)
Expand Down

0 comments on commit 8268e80

Please sign in to comment.