diff --git a/cmake/tools/geometryv.cmake b/cmake/tools/geometryv.cmake index e17173d..d64f35b 100644 --- a/cmake/tools/geometryv.cmake +++ b/cmake/tools/geometryv.cmake @@ -12,7 +12,7 @@ add_executable( geometryv ${BGFX_DIR}/tools/geometryv/geometryv.cpp ) set_target_properties( geometryv PROPERTIES FOLDER "bgfx/tools" ) target_link_libraries( geometryv example-common ) if(EMSCRIPTEN) - target_link_options( geometryv PRIVATE -sMAX_WEBGL_VERSION=2) + target_link_options( geometryv PRIVATE -sMAX_WEBGL_VERSION=2 ) endif() if( BGFX_CUSTOM_TARGETS ) add_dependencies( tools geometryv )