We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f93b3 commit 22f9e65Copy full SHA for 22f9e65
1 file changed
Source/CMakeLists.txt
@@ -9,6 +9,7 @@ endif ()
9
# Add executable.
10
set (TARGET_NAME ${CMAKE_PROJECT_NAME})
11
add_executable(${TARGET_NAME} ${PLATFORM} ${SOURCE_FILES})
12
+web_executable(${TARGET_NAME})
13
14
# Link the engine and plugins.
15
target_link_libraries (${TARGET_NAME} PRIVATE
0 commit comments