Skip to content

Commit 22f9e65

Browse files
committed
Fix web builds.
1 parent d1f93b3 commit 22f9e65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ endif ()
99
# Add executable.
1010
set (TARGET_NAME ${CMAKE_PROJECT_NAME})
1111
add_executable(${TARGET_NAME} ${PLATFORM} ${SOURCE_FILES})
12+
web_executable(${TARGET_NAME})
1213

1314
# Link the engine and plugins.
1415
target_link_libraries (${TARGET_NAME} PRIVATE

0 commit comments

Comments
 (0)